Skip to content

Commit

Permalink
Merge pull request apache#531 from vishwasbabu/develop
Browse files Browse the repository at this point in the history
FINERACT-711
  • Loading branch information
vishwasbabu authored Mar 1, 2019
2 parents 8bfc1f6 + dba938b commit f115436
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -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 issue 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).

0 comments on commit f115436

Please sign in to comment.