You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Branch naming: branch names shall follow this style issueNumber-issue-description (e.g.102-login-page)
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
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
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
The text was updated successfully, but these errors were encountered:
Reviewing code
PR
must be approved by all the team in order to be mergedWorking on a task
Branch naming: branch names shall follow this style
issueNumber-issue-description
(e.g.102-login-page
)Committing changes:
Use of labels and projects
in progress
and move it to thein progress
column in its projectawaiting review
if you need it to be reviewedin progress
if you still working on itPR
s must be labeled withchanges requested
once a change is requesteddone
before merging itdone
and move it to the done column in its projectclosed issues and PRs
bug
bug
,urgent
, and `priority is to be openedThe text was updated successfully, but these errors were encountered: