From e67f7102524e48f0cdccdfe5bc15b19972efa9c4 Mon Sep 17 00:00:00 2001 From: Jason DeRose Date: Sun, 22 Mar 2020 11:04:54 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++-- .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++-------- .github/ISSUE_TEMPLATE/something-else.md | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9276061..c2dfe62 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve +about: Let us know you are experiencing a problem title: '' labels: bug assignees: '' @@ -8,7 +8,7 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is, any steps to reproduce, and what you expected to happen instead. +A clear and concise description of what the problem is, any steps to reproduce, and what you expected to happen instead. **Linux distribution and version** Ubuntu 18.04, Fedora 31, Manjaro 19.02, Arch, Debian 10.3, openSUSE Leap 15.1, etc. @@ -19,6 +19,9 @@ Run `gnome-shell --version` from the command line to get this **Dash-to-Panel version** This can be seen in the Dash-to-Panel Settings in the About tab. +**Where was Dash-to-Panel installed from?** +The GNOME extensions website, GNOME Software store, your distribution's package manager, pre-installed with the distribution, directly from github, etc. + **Screenshots / Video captures** If applicable, add screenshots or a link to a video capture to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491..31ff5b8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,17 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea or enhancement for this project title: '' labels: enhancement assignees: '' --- +**Describe the idea or feature you'd like** +A clear and concise description of what you want to happen. + **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. +Add any other context or mock-ups for requested feature here. diff --git a/.github/ISSUE_TEMPLATE/something-else.md b/.github/ISSUE_TEMPLATE/something-else.md index 55c71cf..abe83dc 100644 --- a/.github/ISSUE_TEMPLATE/something-else.md +++ b/.github/ISSUE_TEMPLATE/something-else.md @@ -1,6 +1,6 @@ --- name: Something else -about: For use when the other templates are not applicable. +about: Empty issue template title: '' labels: '' assignees: ''