Introduction to work flow - Llama-Group/Project-Llama GitHub Wiki
Introduction to work-flow
- Read the Wiki.
- Come up some contribution to do.
- Create an issue to describe the purpose and detail of the contribution.
- In local, pull master branch from remote to make sure your master branch is up-to-date.
- Create a new branch with branch naming guide, from master branch.
- Make your contribution on this branch, commit with commit style guide.
- Push your branch to origin.
- Create a pull request and link it with the issue.
- Assign someone to review your contribution, and go through Ninja review.
- Owner merge your branch to master.
- Delete branch.
- Close issue.
- Update wiki if needed.