diff --git a/.github/ISSUE_TEMPLATE/bug-crash-report.md b/.github/ISSUE_TEMPLATE/bug-crash-report.md new file mode 100644 index 000000000..0cb8be30f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-crash-report.md @@ -0,0 +1,31 @@ +--- +name: Bug/Crash Report +about: Report an issue with Auxio +title: '' +labels: bug +assignees: '' + +--- + +#### Describe the bug/crash + +#### Steps To Reproduce the bug/crash: + + +#### Logs/Stack Traces: + + +#### Screenshots: + + +#### Phone Information: + + +#### Due Diligence: + +- [ ] I have read the [Contribution Guidelines](https://github.com/OxygenCobalt/Auxio/blob/dev/.github/CONTRIBUTING.md). diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5aa6a7bc5..b5692e223 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug/Crash Report about: Report an issue with Auxio +title: labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..7a75816ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +about: Propose an idea for Auxio +title: '' +labels: enhancement +assignees: '' + +--- + +#### Describe the feature you want to implement: + + +#### Is your feature request related to a problem? Please describe: + + +#### Why do you think this will improve everyone's usage of Auxio? + + +#### 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). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9578519ae..339716bc3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Bug/Crash Report about: Propose an idea for Auxio +title: labels: enhancement assignees: ''