diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..08971c4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +### Pull Request Description + +### Related Issue + + + +Issue Number: + +### Pull Request Type + + + +### Pull request checklist + +- [ ] Did you explain or provide a way of how can we test your code ? +- [ ] If your pull request is related to frontend modifications provide a print of before and after screen +- [ ] Did you provide a general summary of your changes ? +- [ ] Try to limit your pull request to one type, submit multiple pull requests if needed