From 6f2c495973bc23d9417a4fb4a48a3d22700d0f58 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 17 Feb 2016 15:51:04 -0800 Subject: [PATCH] Suggest ways to describe problems --- .github/ISSUE_TEMPLATE.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cda20d4df..09981d1d7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,22 @@ -(Describe your problem, feature request, or discussion topic here. If you're reporting a bug, please also fill out the "Setup" section below. Otherwise, you can delete it.) +Describe your problem, feature request, or discussion topic here. If you're reporting a bug, please fill out the "Problem" and "Setup" sections below. Otherwise, you can delete it. + + +### Problem + +Running this command in verbose (`-vv`) mode: + +```sh +$ beet -vv (... paste here ...) +``` + +Led to this problem: + +``` +(paste here) +``` + +Here's a link to the music files that trigger the bug (if relevant): + ### Setup