mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
Create pull_request_template.md
This commit is contained in:
parent
533cc88df2
commit
c9519c1ef5
1 changed files with 9 additions and 0 deletions
9
.github/pull_request_template.md
vendored
Normal file
9
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## Description
|
||||
(...)
|
||||
|
||||
Fixes #(insert issue number here)
|
||||
|
||||
## TODO:
|
||||
- [ ] docs - If you've added a new command flag, for example, find the appropraite page under docs/ where it needs to be listed
|
||||
- [ ] Add a **changelog entry** to docs/changelog.rst near the top of the document.
|
||||
- [ ] Add tests (suggested, but not a hard requirement)
|
||||
Loading…
Reference in a new issue