-
Notifications
You must be signed in to change notification settings - Fork 40k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PR & issue template (addressed comments, more interactive, sho…
…rter)
- Loading branch information
Showing
2 changed files
with
32 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
<!-- PLEASE REMOVE THIS COMMENT BLOCK BEFORE SUBMITTING | ||
<!-- Thanks for sending a pull request! Here are some tips for you: | ||
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md | ||
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md | ||
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes | ||
--> | ||
|
||
Thanks for sending a pull request! Before hitting the button, please read | ||
this. | ||
**What this PR does / why we need it**: | ||
|
||
1. Please make sure this comment describes: | ||
- What you did | ||
- Why you did it | ||
- Things to consider when reviewing | ||
2. Read our contributor guidelines: https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md | ||
3. See our developer guide: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md | ||
4. If you want this PR to automatically close an issue when it is merged, | ||
add `fixes #<issue number>` or `fixes #<issue number>, fixes #<issue number>` | ||
to close multiple issues (see: https://github.com/blog/1506-closing-issues-via-pull-requests). | ||
5. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes | ||
--> | ||
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # | ||
|
||
**Special notes for your reviewer**: | ||
|
||
**Release note**: | ||
<!-- Steps to write your release note: | ||
1. Use the release-note-* labels to set the release note state (if you have access) | ||
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. | ||
--> | ||
```release-note | ||
* Enter your extended release note here (newlines are formatted as bullets). If this PR does not warrant a release | ||
note, just say `NONE`. | ||
-OR- | ||
* Use the release-note-* labels to set the release note state (if you have access) | ||
* Clear this block to use the PR title as the release note | ||
``` |