mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
Suggest ways to describe problems
This commit is contained in:
parent
05622ba059
commit
6f2c495973
1 changed files with 19 additions and 1 deletions
20
.github/ISSUE_TEMPLATE.md
vendored
20
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue