android-client
android-client copied to clipboard
Fixes #1564 added feature issue template for reporting of new feature/ideas
Fixes #1564
Changes:
- Moved current template to
ISSUE_TEMPLATE/bug_report.md
file. - Added a new template for reporting new features and enhancements
ISSUE_TEMPLATE/feature-request.md
.
-
[x] Apply the
MifosStyle.xml
style template to your code in Android Studio. -
[x] Run the unit tests with
./gradlew check
to make sure you didn't break anything -
[x] If you have multiple commits please combine them into one commit by squashing them.