Merge pull request #2277 from owncloud/labels

Labels
This commit is contained in:
Morris Jobke 2016-03-18 23:18:23 +01:00
commit 71bc41fd3d
2 changed files with 5 additions and 8 deletions

View File

@ -26,7 +26,7 @@ How will it work?
`GitHub:help - using pull requests <https://help.GitHub.com/articles/using-pull-requests>`_
#. Within the pull request the developer could already name other developers (using
@GitHubusername) and ask them for review.
#. Using Labels section on the right side, they add *"5 - To review"* label if the patch is
#. Using Labels section on the right side, they add *"3 - To review"* label if the patch is
complete. If they have no permission to do that, other developers may add this Label in case
PR author had indicated.
#. Other developers (either named or at free will) have a look at the changes

View File

@ -32,13 +32,10 @@ The most important labels and their meaning:
* #p1-urgent #p2-high #p3-medium #p4-low signify the priority of the bug.
* #Junior Job - these are issues which are relatively easy to solve and ideal for people who want to learn how to code in ownCloud
* Tags showing the state of the issue or PR, numbered 1-6:
* #1 - Backlog - (please don't use, we prefer using a backlog milestone)
* #2 - Triaging - (please don't use, we prefer using the triage label)
* #3 - To develop - ready to start development on this
* #4 - Developing - development in progress
* #5 - To Review - ready for review
* #6 - Reviewing - review in progress
* #7 - To Release - reviewed PR that awaits unfreeze of a branch to get merged
* #1 - To develop - ready to start development on this
* #2 - Developing - development in progress
* #3 - To Review - ready for review
* #4 - To Release - reviewed PR that awaits unfreeze of a branch to get merged
* App tags: #app:files #app:user_ldap #app:files_versions and so on. These tags indicate the app that is impacted by the issue or which the PR is related to
* Settings tags: #settings:personal #settings:apps #settings:admin and so on. These tags indicate the settings area that is impacted by the issue or which the PR is related to
* db tags: #db:mysql #db:sqlite #db:postgresql and so on. These tags indicate the database that is impacted by the issue or which the PR is related to