Skip to content

Commit

Permalink
Adding pull request template to MCT repo. (#842)
Browse files Browse the repository at this point in the history
* Adding pull_request_template
  • Loading branch information
haihabi authored Oct 31, 2023
1 parent d6db398 commit 143f090
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
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).

0 comments on commit 143f090

Please sign in to comment.