We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717592d commit 8c60e05Copy full SHA for 8c60e05
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,22 @@
1
+Fixes #{issue-id-number}.
2
+
3
+## Description
4
5
+Please provide here a summary of the changes introduced by this PR.
6
7
+## How to test?
8
9
+Please provide here instructions on how to test the changes introduced by this PR.
10
+(if some changes cannot be tested by automated tests)
11
12
+## Checklist
13
14
+- [ ] This PR refers to an issue from the [issue tracker](https://github.com/BlueBrain/morphoclass/issues).
15
+ (if it is not the case, please create an issue first).
16
+- [ ] Unit tests added.
17
+ (if needed)
18
+- [ ] `setup.cfg`, `requirements.txt`, and `constraints.txt` updated with new dependencies.
19
20
+- [ ] Type annotations added.
21
+ (if a function is added or modified)
22
+- [ ] All CI tests pass.
0 commit comments