Fix issue templates
Fix problems with the issue templates.
This commit is contained in:
parent
f85bd85c92
commit
a443ccd508
4 changed files with 54 additions and 0 deletions
31
.github/ISSUE_TEMPLATE/bug-crash-report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug-crash-report.md
vendored
Normal 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).
|
||||
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: Bug/Crash Report
|
||||
about: Report an issue with Auxio
|
||||
title:
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
|
|
|
|||
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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).
|
||||
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: Bug/Crash Report
|
||||
about: Propose an idea for Auxio
|
||||
title:
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue