mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-17 13:21:03 +00:00
docs(TRIAGING): Labels cla yes/no are automatically set
The labels are set by a script and should not be set manually any more.
This commit is contained in:
parent
8ec2743ca1
commit
f4d850e168
1 changed files with 7 additions and 2 deletions
|
|
@ -10,6 +10,13 @@ The labels are used later on for planning releases.
|
||||||
* these tags can be used for labeling a closed issue/PR with a reason why it was closed. (we can add reasons as we need them, right there are only a few rejection reasons. it doesn't make sense to label issues that were fixed or prs that were merged)
|
* these tags can be used for labeling a closed issue/PR with a reason why it was closed. (we can add reasons as we need them, right there are only a few rejection reasons. it doesn't make sense to label issues that were fixed or prs that were merged)
|
||||||
|
|
||||||
|
|
||||||
|
## Automatic processing ##
|
||||||
|
|
||||||
|
We have automatic tools (e.g. Mary Poppins) that automatically add comments / labels to issues and PRs.
|
||||||
|
The following is done automatically and should not be done manually:
|
||||||
|
|
||||||
|
* Label "cla: yes" or "cla: no" for pull requests
|
||||||
|
|
||||||
## Process ##
|
## Process ##
|
||||||
|
|
||||||
1. Open list of [non triaged issues](https://github.com/angular/angular.js/issues?direction=desc&milestone=none&page=1&sort=created&state=open)
|
1. Open list of [non triaged issues](https://github.com/angular/angular.js/issues?direction=desc&milestone=none&page=1&sort=created&state=open)
|
||||||
|
|
@ -46,8 +53,6 @@ The labels are used later on for planning releases.
|
||||||
* large - changes to many components in angular or any changes to $compile, ngRepeat or other "fun" components
|
* large - changes to many components in angular or any changes to $compile, ngRepeat or other "fun" components
|
||||||
1. Label "PRs welcome" for "GH: issue"
|
1. Label "PRs welcome" for "GH: issue"
|
||||||
* if complexity is small or medium and the problem as well as solution are well captured in the issue
|
* if complexity is small or medium and the problem as well as solution are well captured in the issue
|
||||||
1. Label "cla: yes" for "GH: PR":
|
|
||||||
* otherwise prompt the contributor to sign the CLA
|
|
||||||
1. Label "origin: google" for issues from Google
|
1. Label "origin: google" for issues from Google
|
||||||
1. Label "high priority" for security issues, major performance regressions or memory leaks
|
1. Label "high priority" for security issues, major performance regressions or memory leaks
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue