Skip to content

Commit 6a5934e

Browse files
authored
Added pull request template (#6)
1 parent cebcffd commit 6a5934e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.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+
<!-- Summary of change, including the issue(s) to be addressed. -->
3+
4+
## Type of change:
5+
<!-- Put an `x` in the box that applies. -->
6+
- [ ] Bug fix.
7+
- [ ] New feature.
8+
- [ ] Documentation update.
9+
10+
## Checklist for the reviewer:
11+
<!-- Put an `x` in the boxes that apply. These can be filled by reviewer after the PR is created. -->
12+
13+
This checklist can be used as a help for the reviewer.
14+
15+
- [ ] Is the change limited to one issue?
16+
- [ ] Does this PR close the issue?
17+
- [ ] Is the code easy to read and understand?
18+
- [ ] Do all new feature have an accompanying new test?
19+
- [ ] Has the documentation been updated as necessary?

0 commit comments

Comments
 (0)