-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Reza edited this page Mar 1, 2020
·
1 revision
- Clone the repo
- Checkout the development branch
- Create a new branch with naming format: task-"your name"
- Make your change
- Commit your change with proper message*
- Update the development branch
- Merge your branch with development branch LOCALLY
- Check for conflict and resolve (resolve process)
- Push your change to your own branch
- Create your pull request on development branch (you can use your commit message) via GitHub
- You should not get a conflict if you have done step 6 to 8 correctly
- Merge pull request (make sure there is no conflicts before doing this)
- Delete your own branch