diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..9c29589f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Description + +Please describe the changes in your pull request in few words here. + +### Changes + +List the changes done to fix a bug or introducing a new feature. + +## Checklist + +- [ ] All tests pass locally +- [ ] I have updated `docs/changelog.md` +- [ ] I have created documentation for this(if applicable)