-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding pull request template to MCT repo. (#842)
* Adding pull_request_template
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Pull Request Description: | ||
|
||
|
||
## Checklist before requesting a review: | ||
- [ ] I set the appropriate labels on the pull request. | ||
- [ ] I have added/updated the release note draft (if necessary). | ||
- [ ] I have updated the documentation to reflect my changes (if necessary). | ||
- [ ] 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 (if necessary). |