diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-15 01:43:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 01:43:58 -0300 |
commit | 48270c16764143310915a739e25c770e76e4445d (patch) | |
tree | dc109d06664f75c56518fb39be9b8b123701846e | |
parent | 9735d06b33c1b0014fa81bb93da4767e18dd03bc (diff) | |
download | PSP.git-48270c16764143310915a739e25c770e76e4445d.tar.gz PSP.git-48270c16764143310915a739e25c770e76e4445d.tar.xz PSP.git-48270c16764143310915a739e25c770e76e4445d.zip |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 13 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
2 files changed, 3 insertions, 30 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..5ae2386 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: "[BUG]" labels: '' assignees: '' @@ -24,15 +24,8 @@ A clear and concise description of what you expected to happen. 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] + - OS: [e.g. Windows] + - Version [e.g. 2019w49a-beta] **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 deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**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 [...] - -**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. |