From fd61d3c766f7a36fa6bb083105ac3817dca06aba Mon Sep 17 00:00:00 2001 From: badaix Date: Tue, 13 Oct 2020 20:54:08 +0200 Subject: [PATCH] Update Issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++++++--- .github/ISSUE_TEMPLATE/feature-request.md | 14 -------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7600b633..5b60c73a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: 'Report a bug ' +about: 'Report a bug' title: '' labels: bug assignees: '' @@ -8,16 +8,21 @@ assignees: '' --- **Describe the bug** +A clear and concise description of what the bug is. **Steps to Reproduce** 1. 2. 3. -**Used snapcast version** +**Environment details** +- OS: [e.g. Raspbian, debian, Windows] +- Snapcast version [e.g. 0.21.0] +- Installed from a package, self compiled, ... **Attach logfile if applicable** Generate logs with `snapclient --logfilter debug` or `snapserver --logging.filter debug` if possible and paste them in the following codeblock -``` + +```log # Replace this with your logs ``` diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 10ed18fc..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea or enhancement for snapcast -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** - -**Describe the solution you'd like** - -**Optional: Describe alternatives you've considered** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..d11ccab8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea or enhancement for snapcast +title: '' +labels: feature request +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.