aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bosch2013-12-09 17:54:08 -0800
committerTobias Bosch2013-12-09 17:54:08 -0800
commit043190f3973bebcb93f458857fca1e42c737ab16 (patch)
treea505f945bd4e3de634dba35f8bef97ae58dcbfe7
parentf4d850e16803dfd2ea4ffc7399b41cede688bba6 (diff)
downloadangular.js-043190f3973bebcb93f458857fca1e42c737ab16.tar.bz2
docs(TRIAGING): Add Type:Perf label
-rw-r--r--TRIAGING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TRIAGING.md b/TRIAGING.md
index 3179a669..5ef91f8c 100644
--- a/TRIAGING.md
+++ b/TRIAGING.md
@@ -36,7 +36,7 @@ The following is done automatically and should not be done manually:
* Reproducible on master? - http://code.angularjs.org/snapshot/
1. Non bugs:
- * Label "Type: Feature" or "Type: Chore"
+ * Label "Type: Feature" or "Type: Chore" or "Type: Perf"
* Label "needs: breaking change" - if needed
* Understandable? - verify if the description of the request is clear. if not ask for clarification
* Goals of angular core? - Often new features should be implemented as a third-party module rather than an addition to the core.