Skip to content

Commit 4161613

Browse files
add PR request template (#154)
1 parent 50028bb commit 4161613

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
2+
- [ ] `Tests added and passed` if fixing a bug or adding a new feature.
3+
- [ ] All `code checks passed`.
4+
- [ ] Added `type annotations` to new arguments/methods/functions.
5+
- [ ] Updated documentation.

0 commit comments

Comments
 (0)