diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md deleted file mode 100644 index de602cc7e..000000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: -about: -title: Feature Request -labels: new feature -assignees: - ---- - -[TIP]: # ( Provide a general summary of the feature in the title above ^^ ) -[TIP]: # ( DO NOT include screenshots of your actual database! ) - -## Summary -[NOTE]: # ( Provide a brief overview of what the new feature is all about ) - - -## Desired Behavior -[NOTE]: # ( Tell us how the new feature should work, be specific ) - - -## Possible Solution -[NOTE]: # ( Not required, but suggest ideas on how to implement the addition or change ) - - -## Context -[NOTE]: # ( Why does this feature matter to you? What unique circumstances do you have? ) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..dd84ea782 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/release-preview-bug-report.md similarity index 84% rename from .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/release-preview-bug-report.md index 34eb4b351..25b720168 100644 --- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/release-preview-bug-report.md @@ -1,9 +1,9 @@ --- -name: -about: -title: Bug report -labels: bug -assignees: +name: Release Preview Bug report +about: report a bug with a release preview (eg, 2.4.0-beta1) +title: "[PRE-RELEASE] " +labels: PRE-RELEASE BUG +assignees: droidmonkey ---