mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 13:38:31 +02:00
Improve GitHub PR Template
This commit is contained in:
parent
20f74e0851
commit
ad30d2417e
1 changed files with 6 additions and 3 deletions
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
<!--
|
||||||
# **TEMPLATE PLEASE EDIT**
|
# **TEMPLATE PLEASE EDIT**
|
||||||
*Thank you for wanting to contribute! Please fill out this description as well as look at the checklist!*
|
*Thank you for wanting to contribute! Please fill out this description as well as look at the checklist!*
|
||||||
|
|
||||||
|
@ -9,14 +10,16 @@
|
||||||
- Example of usage (if applicable)
|
- Example of usage (if applicable)
|
||||||
- Example of changes to config files (if applicable)
|
- Example of changes to config files (if applicable)
|
||||||
*
|
*
|
||||||
|
-->
|
||||||
|
|
||||||
### Checklist
|
### Checklist
|
||||||
- [ ] The code change is tested and works locally.
|
- [ ] The code change is tested and works locally.
|
||||||
- [ ] Tests pass. Your PR cannot be merged unless tests pass.
|
- [ ] Tests pass. Your PR cannot be merged unless tests pass. -- `behave`
|
||||||
- [ ] The code passes linting via
|
- [ ] The code passes linting via
|
||||||
[black](https://black.readthedocs.io/en/stable/) (consistent code styling) --
|
[black](https://black.readthedocs.io/en/stable/) (consistent code styling). --
|
||||||
`black --check . --verbose --diff`
|
`black --check . --verbose --diff`
|
||||||
- [ ] The code passes linting via [pyflakes](https://launchpad.net/pyflakes)
|
- [ ] The code passes linting via [pyflakes](https://launchpad.net/pyflakes)
|
||||||
(logically errors and unused imports) -- `pyflakes .`
|
(logically errors and unused imports). -- `pyflakes .`
|
||||||
- [ ] There is no commented out code in this PR.
|
- [ ] There is no commented out code in this PR.
|
||||||
- [ ] Have you followed the guidelines in our Contributing document?
|
- [ ] Have you followed the guidelines in our Contributing document?
|
||||||
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change?
|
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change?
|
||||||
|
|
Loading…
Add table
Reference in a new issue