Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General guide #1

Open
ranasobeid95 opened this issue Mar 24, 2020 · 0 comments
Open

General guide #1

ranasobeid95 opened this issue Mar 24, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@ranasobeid95
Copy link
Collaborator

Reviewing code

  • Every PR must be approved by all the team in order to be merged
  • Don't resolve a comment on your PR but only comment back (reply), and let the comment writer resolve it

Working on a task

  1. Branch naming: branch names shall follow this style issueNumber-issue-description (e.g. 102-login-page)

  2. Commiting changes:

    • any changes that are not related to the task (issue) or are not mentioned in it will not be accepted (if there is a bug that is making your task fail, open an issue for it and start working on fixing it)
    • commits must always be descriptive and with appropriate length (neither too long nor too short)
    • every and each commit must relate to the issue at the end
  3. Use of labels and projects

    • once started working on a task
      • label the issue in progress and move it to the in progress column in its project
      • label the PR awaiting review if you need it to be reviewed
      • label the PR in progress if you still working on it
      • PRs must be labeled with changes requested once a change is requested
    • once finished working on a task and got approved
      • label the PR done before merging it
      • label the issue done and move it to the done column in its project
      • close the issue
  4. closed issues and PRs

    • once a PR or an issue is closed it shall not be reopened
    • if there exists a bug related to a specific issue which was closed, another issue is to be opened and labeled bug
    • if there exists some critical bug that is causing the project to crash an issue with the labels bug, urgent, and priority is to be opened
@ranasobeid95 ranasobeid95 added the documentation Improvements or additions to documentation label Mar 24, 2020
AlaaSaadeddin pushed a commit that referenced this issue Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant