- To contribute to this project you must first agree to our Code of Conduct.
- To start developing pull or fork this project to your local machine.
- Run
git checkout -b dev-{name of your branch}
- Start creating!
- Once you are done committing push your changes to this repo via
git push --set-upstream origin dev-{name of your branch}
or to your own repo. - Visit https://github.com/cjavad/dare (Or your own fork) and create a pull request to merge with
main
. - Create your pull request and describe your changes.
- Once you've created your PR one other collaborator must review and approve your pull request.
- Once the pull request has been approved feel free to delete it or keep developing!
- Remember to switch back to the main branch with
git checkout main
and pull the latest changes withgit pull origin main
.