summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuinevere Saenger <guineveresaenger@github.com>2018-10-16 14:03:47 -0700
committerk8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-10-16 14:03:47 -0700
commit8432b59f7d5e6c2806496ea8dd81ad62491d4318 (patch)
tree994919e4ccb83556f0938dac1650a412c275494a
parent266251eb3133610782c343a373896132242d8631 (diff)
Completes possible list of kind/ labels on PRs/Issues (#2811)
* Completes possible list of labels and links to test-infra's label reference * address review comments
-rw-r--r--contributors/devel/release.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/contributors/devel/release.md b/contributors/devel/release.md
index 31270f73..49df8e4c 100644
--- a/contributors/devel/release.md
+++ b/contributors/devel/release.md
@@ -269,6 +269,8 @@ described above.
## Other Required Labels
+*Note* [Here is the list of labels and their use and purpose.](https://git.k8s.io/test-infra/label_sync/labels.md#labels-that-apply-to-all-repos-for-both-issues-and-prs)
+
### SIG Owner Label
The SIG owner label defines the SIG to which we escalate if a
@@ -300,20 +302,21 @@ of the issue.
- even less urgent / critical than `priority/important-soon`
- moved out of milestone more aggressively than `priority/important-soon`
-### Issue Kind Label
+### Issue/PR Kind Label
The issue kind is used to help identify the types of changes going
into the release over time. This may allow the release team to
develop a better understanding of what sorts of issues we would
miss with a faster release cadence.
-This may also be used to escalate to the correct SIG GitHub team.
-For release targeted issues one of the follow issue types must be
-set (additional may also be set):
+For release targeted issues, including pull requests, one of the following
+issue kind labels must be set:
+- `kind/api-change`: Adds, removes, or changes an API
- `kind/bug`: Fixes a newly discovered bug.
- - were not known issues at the start of the development period.
-- `kind/feature`: New functionality.
- `kind/cleanup`: Adding tests, refactoring, fixing old bugs.
+- `kind/design`: Related to design
+- `kind/documentation`: Adds documentation
- `kind/failing-test`: CI test case is failing consistently.
+- `kind/feature`: New functionality.
- `kind/flake`: CI test case is showing intermittent failures.