mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 10:32:34 +01:00
Merge pull request #3648 from jtpavlock/patch-2
Create pull request template
This commit is contained in:
commit
cb668ccdab
1 changed files with 11 additions and 0 deletions
11
.github/pull_request_template.md
vendored
Normal file
11
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## Description
|
||||
|
||||
Fixes #X. <!-- Insert issue number here if applicable. -->
|
||||
|
||||
(...)
|
||||
|
||||
## To Do
|
||||
|
||||
- [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.)
|
||||
- [ ] Changelog. (Add an entry to `docs/changelog.rst` near the top of the document.)
|
||||
- [ ] Tests. (Encouraged but not strictly required.)
|
||||
Loading…
Reference in a new issue