Skip to content
Abdelrahman Mahmoud edited this page Apr 24, 2017 · 4 revisions

GitHub Issues

  • Open your repository and press on issues

Step one

  • Press on issues and create a new issue

Step two

  • Add issue name and a description for the issue

Step three

  • Assign a member, a label from the issue the bar on the right

Step four

  • 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"
  • 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

Step five

Clone this wiki locally