Fix issue templates

Fix problems with the issue templates.
This commit is contained in:
OxygenCobalt 2020-12-19 21:26:01 +00:00 committed by GitHub
parent f85bd85c92
commit a443ccd508
4 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,31 @@
---
name: Bug/Crash Report
about: Report an issue with Auxio
title: ''
labels: bug
assignees: ''
---
#### Describe the bug/crash
<!-- A clear and concise description of what the bug or crash is. -->
#### Steps To Reproduce the bug/crash:
<!--
1. Go to X
2. Click on Y
3. Scroll down to Z
4. See error
-->
#### Logs/Stack Traces:
<!-- If possible, provide a stack trace or a Logcat. This can help identify the issue. -->
#### Screenshots:
<!-- If applicable, add screenshots to help explain your problem. -->
#### Phone Information:
<!-- Please provide information about your phone's android version/model. -->
#### Due Diligence:
- [ ] I have read the [Contribution Guidelines](https://github.com/OxygenCobalt/Auxio/blob/dev/.github/CONTRIBUTING.md).

View file

@ -1,6 +1,7 @@
--- ---
name: Bug/Crash Report name: Bug/Crash Report
about: Report an issue with Auxio about: Report an issue with Auxio
title:
labels: bug labels: bug
assignees: '' assignees: ''

View file

@ -0,0 +1,21 @@
---
name: Feature Request
about: Propose an idea for Auxio
title: ''
labels: enhancement
assignees: ''
---
#### Describe the feature you want to implement:
<!-- A clear and concise description of what you want to be added. -->
#### Is your feature request related to a problem? Please describe:
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
#### Why do you think this will improve everyone's usage of Auxio?
<!-- Provide a rationale here -->
#### Due Diligence:
- [ ] I have read [Accepted Additions and Requests](https://github.com/OxygenCobalt/Auxio/blob/dev/info/ADDITIONS.md) and the [Contribution Guidelines](https://github.com/OxygenCobalt/Auxio/blob/dev/.github/CONTRIBUTING.md).

View file

@ -1,6 +1,7 @@
--- ---
name: Bug/Crash Report name: Bug/Crash Report
about: Propose an idea for Auxio about: Propose an idea for Auxio
title:
labels: enhancement labels: enhancement
assignees: '' assignees: ''