mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add pull request template
This commit is contained in:
parent
7c9c1c63cc
commit
0ed7d6641e
1 changed files with 12 additions and 0 deletions
12
.github/pull_request_template.md
vendored
Normal file
12
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Pull Request Checklist
|
||||
|
||||
Resolves: #issue-number-here <!-- Only if related issue *already* exists — otherwise remove this line -->
|
||||
|
||||
<!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. Also, please read our [contribution guide](https://docs.getpelican.com/en/latest/contribute.html#contributing-code) at least once — it will save you unnecessary review cycles! -->
|
||||
|
||||
- [ ] Ensured **tests pass** and (if applicable) updated functional test output
|
||||
- [ ] Conformed to **code style guidelines** by running appropriate linting tools
|
||||
- [ ] Added **tests** for changed code
|
||||
- [ ] Updated **documentation** for changed code
|
||||
|
||||
<!-- If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing! -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue