forked from apache/fineract
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apache#531 from vishwasbabu/develop
FINERACT-711
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |