diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..0d4203a6 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Changes made to the feature: + * Item 1 + +## General changes + * Item 1 + +## Issues closed + * Closes #XX + + +## PR validation checklist: + +- [ ] Title and clear description of the PR +- [ ] Tests of my functionality +- [ ] Documentation of my functionality +- [ ] Tests executed and passed +- [ ] Branch Coverage >= 80%