diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a199c99..b2a35ea 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,24 +1,39 @@ --- -title: 'Bug report' +name: Bug report +about: Create a report to help us improve +title: '' labels: bug ---- +assignees: '' -## Expected Behavior +--- -1. -1. -1. +**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 -## Current Behavior +**Expected behavior** +A clear and concise description of what you expected to happen. -1. -1. -1. +**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] -## Other Observations +**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/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 50d1a3b..9d5d583 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,24 +1,26 @@ --- -title: 'Feature Request' +name: Feature request +about: Suggest an idea for this project +title: '' labels: enhancement ---- +assignees: '' -## Story +--- +**Story** As a `user` I want `this feature` so that `it does a thing.` +**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 [...] -## Feature Explanation - - -## Use-cases - -Example use-cases addressed by this feature. +**Describe the solution you'd like** +A clear and concise description of what you want to happen. -- -- -- +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE/pr-bugfix.md b/.github/PULL_REQUEST_TEMPLATE/pr-bugfix.md index 86d2d21..a248857 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr-bugfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr-bugfix.md @@ -1,6 +1,10 @@ --- -title: 'Bug Fix' +name: Bug Fix +about: Submit a PR to fix a bug +title: '' labels: bug +assignees: '' + --- Fixes # . @@ -11,7 +15,7 @@ Erase all that do not apply: - This PR modified keybindings (either changing defaults or adding new actions) - This PR modified the visible UI -Changes proposed: +**Changes proposed**: - - diff --git a/.github/PULL_REQUEST_TEMPLATE/pr-feature.md b/.github/PULL_REQUEST_TEMPLATE/pr-feature.md index 02cf593..88a140c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr-feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr-feature.md @@ -1,6 +1,10 @@ --- -title: 'Feature Implementation' +name: Feature Implementation +about: Submit a PR with a new feature +title: '' labels: enhancement +assignees: '' + --- Implements # . @@ -11,7 +15,7 @@ Erase all that do not apply: - This PR modified keybindings (either changing defaults or adding new actions) - This PR modified the visible UI -## Feature explanation +**Feature explanation**