-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |