-
Notifications
You must be signed in to change notification settings - Fork 103
Contributions
Andrés Miguel Rubio edited this page Feb 10, 2023
·
5 revisions
Open a Jira issue in Android app for DHIS2 project.
- Fork the repository. Pull changes from the upstream periodically in order to stay up to date when you submit a pull request.
- Create a branch from develop to implement your solution of the issue.
- Your production code should be covered by unit or integration tests.
- Test your changes and make sure they don't break the rest of the project.
- Open a pull request from your working branch to upstream:develop.
- The pull request title must be descriptive and reference the issue (ANDROAPP-XXX - Description).
- Fill the pull request template with the link to the issue and the rest of checks.
- All the checks in the pull request needs to pass in order to maintain the Continuous Integration.
- The pull request needs to be reviewed and approved by the core team.