-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abdelrahman Mahmoud edited this page Apr 24, 2017
·
4 revisions
- Open your repository and press on issues
- Press on issues and create a new issue
- Add issue name and a description for the issue
- Assign a member, a label from the issue the bar on the right
- The #1 is the number of the issue and you will need it during the following:
- Every commit related to this issue should start with
#i :
such that i is the issue number eg:git commit -m "#1 : my commit"
- Every commit related to this issue should start with
- Note that the commit message MUST be related to the work done in this specific part.. So if you are styling a submit button the commit must be something similar to:
"#1 : adding style to the submit button"
- Remember to add a new label after each phase from the list of labels