Skip to content

Commit e356ba8

Browse files
committed
add a PR template
1 parent c3dd790 commit e356ba8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## High level description of this Pull-request
2+
Include motivations, reasons, and background to add context to your contribution.
3+
Include a description of changes associated with your commit(s)
4+
5+
## Related Issues
6+
- List all related issues or NA
7+
8+
## Reviewers
9+
- Use @Mentions to specify the reviewers for your PR.
10+
11+
# CHECKLIST:
12+
Make sure all items are marked when you submit the pull-request.
13+
14+
- [ ] Relevant documentation for functions, tests, classes, the wiki, etc. have been made
15+
- [ ] Necessary unit tests in tests/ pass with no errors
16+
- [ ] Necessary integration tests in tests/ pass with no errors
17+
- [ ] Update the CHANGELOG.md with a summary of your changes if requested

0 commit comments

Comments
 (0)