Github user nazeer1100126 commented on the issue:
https://github.com/apache/fineract/pull/361
Prerequisites:
origin https://github.com/{yourusername}/fineract (This should have forked
from https://github.com/apache/fineract)
upstream https://github.com/apache/fineract
//Commands to follow
git add --all
git commit -m "commit details"
git fetch upstream
git rebase upstream/develop
gradlew clean integrationTest
git push origin branch-name
and then go to https://github.com/{yourusername}/fineract -> branches ->
select your branch -> create Pull Request
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---