Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

16 lines (15 loc) · 1.28 KB

Contributing to dare

  1. To contribute to this project you must first agree to our Code of Conduct.
  2. To start developing pull or fork this project to your local machine.
  3. Run git checkout -b dev-{name of your branch}
  4. Start creating!
  5. 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.
  6. Visit https://github.com/cjavad/dare (Or your own fork) and create a pull request to merge with main. image
  7. Create your pull request and describe your changes. image
  8. Once you've created your PR one other collaborator must review and approve your pull request. image
  9. Once the pull request has been approved feel free to delete it or keep developing! image
  10. Remember to switch back to the main branch with git checkout main and pull the latest changes with git pull origin main.