community-app/.github/PULL_REQUEST_TEMPLATE.MD
Vamshi Balanaga 199491d623 Create PULL_REQUEST_TEMPLATE.MD
This is a pull request template for the Mifos X Web App.
2017-12-16 22:20:12 +05:30

682 B

Description

Describe the changes made and why they were made instead of how they were made.

#{Issue Number}

Screenshots, if any

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Validate the JS and HTML files with grunt validate to detect errors and potential problems in JavaScript code.

  • Run the tests by opening test/SpecRunner.html in the browser to make sure you didn't break anything.

  • If you have multiple commits please combine them into one commit by squashing them.

  • Read and understood the contribution guidelines at community-app/Contributing.md.