From 143f090d75822bfaa249d64271719e2d8fe343af Mon Sep 17 00:00:00 2001 From: Hai Victor Habi Date: Tue, 31 Oct 2023 07:45:36 +0200 Subject: [PATCH] Adding pull request template to MCT repo. (#842) * Adding pull_request_template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..8f5a08e33 --- /dev/null +++ b/.github/pull_request_template.md @@ -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). \ No newline at end of file