Skip to content

Commit 7b2f960

Browse files
authored
DEV: Add PR template (#62)
1 parent 3c4f666 commit 7b2f960

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Resolves #issue
2+
3+
Briefly describe changes here, e.g. "Added a precise description about the
4+
changes made to the code, and what the PR is solving."
5+
6+
## Checklist
7+
8+
- [ ] Tests added (if not, comment why)
9+
- [ ] Test coverage equal or up from main (run pytest with `--cov=src/ --cov-report term-missing`)
10+
- [ ] If not squash merging, every commit passes tests
11+
- [ ] Appropriate [commit prefix](https://upgraded-funicular-eywe4gy.pages.github.io/developing/#commit-prefixes) and precise commit message used
12+
- [ ] All debug prints and unnecessary comments removed
13+
- [ ] Docstrings are correct and updated
14+
- [ ] Documentation is updated, if necessary
15+
- [ ] Latest main rebased/merged into branch
16+
- [ ] Added comments on this PR where appropriate to help reviewers
17+
- [ ] Moved issue status on project board
18+
- [ ] Checked the boxes in this checklist ✅

0 commit comments

Comments
 (0)