From d92f34ec32ebbb8ddbc7c76a591cfbef19571ba1 Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Fri, 29 Sep 2017 16:46:57 -0600 Subject: [PATCH] thining out issue template --- .back_github/ISSUE_TEMPLATE.md | 43 ---------------------------------- .github/ISSUE_TEMPLATE.md | 24 +++++++++++++++++++ 2 files changed, 24 insertions(+), 43 deletions(-) delete mode 100644 .back_github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.back_github/ISSUE_TEMPLATE.md b/.back_github/ISSUE_TEMPLATE.md deleted file mode 100644 index 41552ecd78781..0000000000000 --- a/.back_github/ISSUE_TEMPLATE.md +++ /dev/null @@ -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: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000000..cf190689a1a77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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.