Contribution Workflow for Engineers
COLLABOCATE'S COLLABO COMMUNITY ENGINEERING CONTRIBUTION WORKFLOW
Git workflow: Fork and Clone repository
git clone https://github.com/your-github-user-name-here-instead/the-repo-name.gitgit clone [email protected]:your-github-user-name-here-instead/the-repo-name.git
Installing dependencies and running the project locally
Git workflow: Create new branch to make your changes in
Git workflow: Add, commit and push changes to remote
Pull Request GuidelinesLast updated
Was this helpful?