thining out issue template

This commit is contained in:
chrislovecnm 2017-09-29 16:46:57 -06:00
parent ea314784b5
commit d92f34ec32
2 changed files with 24 additions and 43 deletions

View File

@ -1,43 +0,0 @@
Thanks for submitting an issue!
Please answer these questions
-------------ANY REQUEST NEEDS THE FOLLOWING --------------------
I. What keywords did you search in Kubernetes issues before filing this one? (If you have found any duplicates, you should instead reply there.):
II. Is this a BUG REPORT or FEATURE REQUEST - fill out appropriate section below
-------------FEATURE REQUEST --------------------
A. 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.
B. Feel free to submit design documentation supporting your feature request; submit a link which is publically avaliable.
-------------BUG REPORT --------------------
1. Fill in as much of the template below as you can. If you leave out
information, we can't help you as well.
2. What Kubernetes version are you running? use `kubectl version`
3. What Kubernetes version are you running? use `kubectl version`
4. What Environment are you running on?
- **Cloud provider or hardware configuration**:
- **OS**:
- **Kernel**:
- **Install tools**:
- **Others**:
5. What commands did you execute (Please provide screenshot, if available) and what happened after commands executed?
6. What you expected to happen:
7. How can we to reproduce it (as minimally and precisely as possible):
8. Anything else do we need to know:

24
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,24 @@
Thanks for submitting an issue!
-------------BUG REPORT --------------------
1. Fill in as much of the template below as you can.
2. What kops version are you running? use `kops version`
3. What Kubernetes version are you running? use `kubectl version`
4. What cloud provider are you using?
5. What commands did you execute (Please provide cluster manifest `kops get --name my.example.com`, if available) and what happened after commands executed?
6. What you expected to happen:
7. How can we to reproduce it (as minimally and precisely as possible):
8. Anything else do we need to know:
-------------FEATURE REQUEST --------------------
1. Describe IN DETAIL the feature/behavior/change you would like to see.
2. Feel free to submit an issue documentating a design supporting your feature request.