Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 371 Bytes

pg-finder-android

We are maintaining two permanent branches.

  1. main (for production)
  2. dev (default)

For every new issue, bug fix or update existing feature -

  1. create a new branch from dev
  2. commit changes with good commit message
  3. make sure it is up to date with dev branch
  4. create a PR
  5. get approved
  6. merge the changes to the dev branch