diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ebd0bee2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,36 @@ +## Description + + +**Issue(s) addressed** + +- Resolves # + +**What kind of change(s) does this PR introduce?** + + +- [ ] Enhancement +- [ ] Bug fix +- [ ] Refactor + +**Please check if the PR fulfils these requirements** + + + +- [ ] The commit message follows our guidelines +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + +## Issue + +**What is the current behavior?** + +**What is the new behavior?** + + +## Breaking change + +**Does this PR introduce a breaking change?** + +## Other useful information + + \ No newline at end of file