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
Mu7ammadAbed opened this issue Oct 24, 2021 · 0 comments
Open

General Guide #1

Mu7ammadAbed opened this issue Oct 24, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Mu7ammadAbed
Copy link
Member

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. Committing 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 that 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
@Mu7ammadAbed Mu7ammadAbed added the documentation Improvements or additions to documentation label Oct 24, 2021
@Mu7ammadAbed Mu7ammadAbed pinned this issue Oct 24, 2021
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