MateoDev / indiedapps

4 stars 2 forks source link

GitFlow and CONTRIBUTING.md for easier contributions #3

Open tesla809 opened 3 years ago

tesla809 commented 3 years ago

To make contributions scalable and easier:

  1. We should establish a Git Flow for this project.
  2. Adding a CONTRIBUTING.md

Git flow is explained nicely here: https://guides.github.com/introduction/flow/

CONTRIBUTING.md describes the way to:

  1. set up the project,
  2. fork it,
  3. setup upstream and origin,
  4. add issues,
  5. push pull requests,
  6. naming conventions branches,
  7. reviewing process,
  8. add issues, etc.