diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9828f6d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +# Task + + +# Description + + + + +## Pull request type + + +Please check the type of change your PR introduces: +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, renaming) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation content changes +- [ ] Other (please describe): + +# Demo/Screenshots + + +# How has this been tested? + + +# Any other information?