We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47edbed commit c318537Copy full SHA for c318537
.github/pull_request_template.md
@@ -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