Skip to content

Commit c318537

Browse files
authored
add a Pull Request template (#246)
Now it should be more clear that one should run `pre-commit`. People probably don't read https://adaptive.readthedocs.io/en/latest/docs.html#development before contributing.
1 parent 47edbed commit c318537

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Description
2+
3+
Please include a summary of the change and which (if so) issue is fixed.
4+
5+
Fixes #(ISSUE_NUMBER_HERE)
6+
7+
## Checklist
8+
9+
- [ ] Fixed style issues using `pre-commit run --all` (first install using `pip install pre-commit`)
10+
- [ ] `pytest` passed
11+
12+
## Type of change
13+
14+
*Check relevant option(s).*
15+
16+
- [ ] Bug fix (non-breaking change which fixes an issue)
17+
- [ ] New feature (non-breaking change which adds functionality)
18+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
19+
- [ ] This change requires a documentation update

0 commit comments

Comments
 (0)