diff --git a/.github/PULL_REQUEST_TEMPLATE.MD b/.github/PULL_REQUEST_TEMPLATE.MD new file mode 100644 index 00000000000..718f3b1deeb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.MD @@ -0,0 +1,17 @@ +## Description +Describe the changes made and why they were made. Ignore if these details are present on the associated Jira ticket + +## Checklist +Please make sure these boxes are checked before submitting your pull request - thanks! + +- [ ] Commit message starts with the issues number from https://issues.apache.org/jira/projects/FINERACT/. Ex: FINERACT-646 Pockets API. + +- [ ] Coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions have been followed. + +- [ ] API documentation at https://github.com/apache/fineract/blob/develop/api-docs/apiLive.htm has been updated with details of any API changes. + +- [ ] Integration tests have been created/updated for verifying the changes made. + +- [ ] All Integrations tests are passing with the new commit. + +- [ ] PR contains a single commit (If you have multiple commits, please squash them into a single commit).