More complete list of possible labels

This commit is contained in:
guineveresaenger 2018-10-16 10:26:00 -07:00
parent 2baf575fe2
commit 0947846d46

View File

@ -1,7 +1,7 @@
<!-- Thanks for sending a pull request! Here are some tips for you: <!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide 1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
2. Please label this pull request according to what type of issue you are fixing, especially if this is a release targeted pull request. For reference on required PR/issue labels, read here: 2. Please label this pull request according to what type of issue you are addressing, especially if this is a release targeted pull request. For reference on required PR/issue labels, read here:
https://github.com/kubernetes/community/blob/master/contributors/devel/release.md#issue-kind-label https://git.k8s.io/community/contributors/devel/release.md#issue-kind-label
3. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews 3. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
4. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md 4. Follow the instructions for writing a release note: https://git.k8s.io/community/contributors/guide/release-notes.md
5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests 5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
@ -10,8 +10,14 @@ https://github.com/kubernetes/community/blob/master/contributors/devel/release.m
**What type of PR is this?** **What type of PR is this?**
> Uncomment only one, leave it on its own line: > Uncomment only one, leave it on its own line:
> >
> /kind api-change
> /kind bug > /kind bug
> /kind cleanup
> /kind design
> /kind documentation
> /kind failing-test
> /kind feature > /kind feature
> /kind flake
**What this PR does / why we need it**: **What this PR does / why we need it**: