Skip to content

Commit 8c60e05

Browse files
Add GitHub template for Pull Requests (#10)
1 parent 717592d commit 8c60e05

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
(if needed)
20+
- [ ] Type annotations added.
21+
(if a function is added or modified)
22+
- [ ] All CI tests pass.

0 commit comments

Comments
 (0)