From 05622ba059260c552949fb9998d117a88271d75d Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 17 Feb 2016 15:01:24 -0800 Subject: [PATCH] Start an issue template --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..cda20d4df --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +(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.) + +### Setup + +* OS: +* Python version: +* beets version: +* I tried turning off plugins, and that made the problem go away (yes/no): + +My configuration (output of `beet config`) is: + +```yaml +(paste here) +```