Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 898 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (17 loc) · 898 Bytes

Welcome to collect! To contribute to the project as a collaborator, follow these steps:

  1. Fork this repo
  2. Clone the forked repository git clone git@github.com:my-user-name/collect.git
  3. Create and checkout a new branch git checkout -b my-branch-name
  4. Commit your code changes
  5. Push your branch git push origin my-branch-name
  6. Make a PR from my-user-name/my-branch-name to merge into MBKEngineers/main.
  7. Get a code review.
  8. Merge into main using squash and merge.

To contribute to the project as a team member, follow these steps:

  1. Clone this repo git clone git@github.com:MBKEngineers/collect.git
  2. Create and checkout a new branch git checkout -b my-branch-name
  3. Commit your code changes
  4. Push your branch git push origin my-branch-name
  5. Make a PR from branch my-branch-name to merge into main.
  6. Get a code review.
  7. Merge into main using squash and merge.