Introduction to work flow - Llama-Group/Project-Llama GitHub Wiki

Introduction to work-flow

  1. Read the Wiki.
  2. Come up some contribution to do.
  3. Create an issue to describe the purpose and detail of the contribution.
  4. In local, pull master branch from remote to make sure your master branch is up-to-date.
  5. Create a new branch with branch naming guide, from master branch.
  6. Make your contribution on this branch, commit with commit style guide.
  7. Push your branch to origin.
  8. Create a pull request and link it with the issue.
  9. Assign someone to review your contribution, and go through Ninja review.
  10. Owner merge your branch to master.
  11. Delete branch.
  12. Close issue.
  13. Update wiki if needed.