Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 840 Bytes

File metadata and controls

13 lines (12 loc) · 840 Bytes

Process

  1. Select an issue that you want to work on
  2. Checkout master branch
  3. Pull changes
  4. Create new branch with appropriate name (prefix feat- for features or prefix fix- for fixes)
  5. Do your changes
  6. Commit your changes while following the commit message guidelines
  7. Push your changes to origin
  8. Create a pull request (PR) with your pushed branch (in GitHub) 8.1. Optionally select reviewers for your PR
  9. When ok/accepted, Squash and merge the PR
  10. Delete the branch