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) +```