mirror of
https://github.com/beetbox/beets.git
synced 2026-02-11 09:54:31 +01:00
Slight formatting/wording improvements
This commit is contained in:
parent
def44e6f88
commit
6411a58c80
1 changed files with 7 additions and 5 deletions
12
.github/pull_request_template.md
vendored
12
.github/pull_request_template.md
vendored
|
|
@ -1,9 +1,11 @@
|
|||
## Description
|
||||
|
||||
Fixes #X. <!-- Insert issue number here if applicable. -->
|
||||
|
||||
(...)
|
||||
|
||||
Fixes #(insert issue number here if applicable)
|
||||
## To Do
|
||||
|
||||
## TODO
|
||||
- [ ] docs - If you've added a new command flag, for example, find the appropriate 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)
|
||||
- [ ] 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