Skip to content

Commit

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


Please select one contribtion level:
Please select one contribution 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.
- [ ] All functions and files are well documented.
- [ ] All functions and classes have type hints.
- [ ] There is a license in all files.
- [ ] 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.
- [ ] I have checked for code duplications.
- [ ] I have added a new unit test (if needed).
- [ ] There are no code duplications in this PR.

0 comments on commit 7b14609

Please sign in to comment.