Skip to content

Commit

Permalink
Adding pull_request_template
Browse files Browse the repository at this point in the history
  • Loading branch information
haihabi committed Oct 25, 2023
1 parent 7030635 commit 8b3ad4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Change List:


Please select one contribtion level:
- [ ] Major feature
- [ ] Minor feature
- [ ] Bug Fix

## Checklist before requesting a review:
- [ ] All function and files are well documented.
- [ ] All function and classes have type hints.
- [ ] There is a licenses in all file.
- [ ] The function and variable names are informative.
- [ ] I have checked for code duplications
- [ ] I have added new unittest
- [ ] There is not code duplications in this PR.

0 comments on commit 8b3ad4e

Please sign in to comment.