summaryrefslogtreecommitdiffstats
path: root/.github/pull_request_template.md
blob: ba76374cb97ed2075efdd3589a274c6e9b4cded4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description

<!-- PR description !-->

Fixes # (issue id)

# Checklist:

<!-- Delete not relevant items !-->

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have run pre-commit for code linting and typing (`pre-commit run`)
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes (`tox -e testenv`)