File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 ✅
You can’t perform that action at this time.
0 commit comments