From df26f2e8f896fcd82d32fc4a93e398b0f6a57107 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 27 Apr 2019 14:30:04 +1000 Subject: [PATCH] Use new GitHub issue template format Inspired by examples at https://github.com/stevemao/github-issue-templates/blob/457e1d0ae0f7812c0ac0c0909840f446edc242fd/system/ISSUE_TEMPLATE/ --- .../bug-report.md} | 17 +++++++++--- .github/ISSUE_TEMPLATE/feature-request.md | 26 +++++++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug-report.md} (57%) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 57% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 0f5481f0c..646243812 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,17 @@ -### Problem +--- +name: "\U0001F41B Bug report" +about: Report a problem with beets -(Describe your problem, feature request, or discussion topic here. If you're reporting a bug, please fill out this and the "Setup" section below. Otherwise, you can delete them.) +--- + + + +### Problem Running this command in verbose (`-vv`) mode: @@ -14,7 +25,7 @@ Led to this problem: (paste here) ``` -Here's a link to the music files that trigger the bug (if relevant): +Here's a link to the music files that trigger the bug (if relevant): ### Setup diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..5eb651aac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,26 @@ +--- +name: "\U0001F680 Feature request" +about: Suggest a new idea for beets + +--- + +### Use case + +I'm trying to use beets to... + + +### Solution + + + +### Alternatives +