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 | 1 |
new file mode 100644 |
... | ... |
@@ -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 |