MasterERTS / rtros-documentation

📊🗃️ Project management repository for the RT-ROS team
https://mastererts.github.io/rtros-documentation/
3 stars 0 forks source link

Solve an Issue - Best Practice #27

Closed guilyx closed 4 years ago

guilyx commented 4 years ago

How to [current practice]

  1. git clone https://github.com/master-coro/rtros-documentation.git
  2. git checkout master
  3. git pull
  4. git checkout -b issue-x OR git branch issue-x && git checkout issue-x with x being the number of the issue
  5. Add & Commit your changes
  6. git push -u origin issue-x
  7. Go to https://github.com/master-coro/rtros-documentation/pull/new/issue-x to open the PR

How to [better than our current practice]

  1. Fork the project
  2. Clone your fork
  3. Follow the first chapter starting point no 2

What could I do wrong

How do I fix it

  1. Copy what you did
  2. git checkout master && git pull
  3. git branch issue-x && git checkout issue-x
  4. Paste what you did
  5. Follow the first chapter starting poit no 5