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
Copy file name to clipboardExpand all lines: TRIAGING.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ The labels are used later on for planning releases.
10
10
* 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)
11
11
12
12
13
+
## Automatic processing ##
14
+
15
+
We have automatic tools (e.g. Mary Poppins) that automatically add comments / labels to issues and PRs.
16
+
The following is done automatically and should not be done manually:
17
+
18
+
* Label "cla: yes" or "cla: no" for pull requests
19
+
13
20
## Process ##
14
21
15
22
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.
46
53
* large - changes to many components in angular or any changes to $compile, ngRepeat or other "fun" components
47
54
1. Label "PRs welcome" for "GH: issue"
48
55
* if complexity is small or medium and the problem as well as solution are well captured in the issue
49
-
1. Label "cla: yes" for "GH: PR":
50
-
* otherwise prompt the contributor to sign the CLA
51
56
1. Label "origin: google" for issues from Google
52
57
1. Label "high priority" for security issues, major performance regressions or memory leaks
0 commit comments