Skip to content

Contributions (WIP)

Andrés Miguel Rubio edited this page Feb 8, 2023 · 1 revision

Open an issue

Open a Jira issue in Android app for DHIS2 project.

Open a pull request

  • 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.
  • 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.