-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an issue template, tighten PR template #30167
Merged
k8s-github-robot
merged 2 commits into
kubernetes:master
from
janetkuo:issue-pr-template
Aug 12, 2016
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.--> | ||
|
||
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): | ||
|
||
|
||
**What keywords did you search in Kubernetes issues before filing this one?** (If you found any duplicates, you should instead reply there or use the :+1: icon in the upper-right of the issue message): | ||
|
||
--- | ||
|
||
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): | ||
|
||
<!-- | ||
If this is a BUG REPORT, please: | ||
- Fill in as much of the template below as you can. If you leave out | ||
information, we can't help you as well. | ||
|
||
If this is a FEATURE REQUEST, please: | ||
- Describe *in detail* the feature/behavior/change you'd like to see. | ||
|
||
In both cases, be ready for followup questions, and please respond in a timely | ||
manner. If we can't reproduce a bug or think a feature already exists, we | ||
might close your issue. If we're wrong, PLEASE feel free to reopen it and | ||
explain why. | ||
--> | ||
|
||
**Kubernetes version** (use `kubectl version`): | ||
|
||
|
||
**Environment**: | ||
- **Cloud provider or hardware configuration**: | ||
- **OS** (e.g. from /etc/os-release): | ||
- **Kernel** (e.g. `uname -a`): | ||
- **Install tools**: | ||
- **Others**: | ||
|
||
|
||
**What happened**: | ||
|
||
|
||
**What you expected to happen**: | ||
|
||
|
||
**How to reproduce it** (as minimally and precisely as possible): | ||
|
||
|
||
**Anything else do we need to know**: | ||
|
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,19 +1,19 @@ | ||
<!-- | ||
Checklist for submitting a Pull Request | ||
<!-- 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 | ||
--> | ||
|
||
Please remove this comment block before submitting. | ||
**What this PR does / why we need it**: | ||
|
||
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). | ||
2. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). | ||
3. 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). | ||
4. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. | ||
--> | ||
**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 | ||
* Use the release-note-* labels to set the release note state | ||
* Clear this block to use the PR title as the release note | ||
-OR- | ||
* Enter your extended release note here (newlines are formatted as bullets) | ||
``` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice if we could make the syntax clear enough to automatically set the release-note labels based on the text here.