Welcome to collect! To contribute to the project as a collaborator, follow these steps:
- Fork this repo
- Clone the forked repository
git clone git@github.com:my-user-name/collect.git
- Create and checkout a new branch
git checkout -b my-branch-name
- Commit your code changes
- Push your branch
git push origin my-branch-name
- Make a PR from my-user-name/my-branch-name to merge into MBKEngineers/main.
- Get a code review.
- Merge into main using squash and merge.
To contribute to the project as a team member, follow these steps:
- Clone this repo
git clone git@github.com:MBKEngineers/collect.git
- Create and checkout a new branch
git checkout -b my-branch-name
- Commit your code changes
- Push your branch
git push origin my-branch-name
- Make a PR from branch my-branch-name to merge into main.
- Get a code review.
- Merge into main using squash and merge.