Github Guidelines

Git Flow

  1. Clone the repository to your local
  2. If you had already cloned the repo, pull the latest changes from master/main branch
  3. Create a new branch
  4. Do your changes
  5. Regularly commit and push your changes to remote branch
  6. Once you are done with your changes, raise PR and assign reviewers
  7. Address any review comments
  8. After the PR is approved, merge your changes to master/main

Access

If you are getting any access issues as shown below when trying to create a branch/push to the repository, please reach out to your team lead to get the required access.

Branching

Once your PR is merged, please delete the branch to keep the repository clean.

PR