From f514690fa4ca56b19a2c1c33acec2ff73e868a7b Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Thu, 9 Nov 2017 22:15:26 -0700 Subject: [PATCH] Updating template with better formatting --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cf190689a1..d38b45f91d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,24 +1,28 @@ -Thanks for submitting an issue! +Thanks for submitting an issue! Please fill in as much of the template below as +you can. --------------BUG REPORT -------------------- -1. Fill in as much of the template below as you can. +------------- BUG REPORT TEMPLATE -------------------- -2. What kops version are you running? use `kops version` +1. What kops version are you running? Use `kops version`? -3. What Kubernetes version are you running? use `kubectl version` +1. What Kubernetes version are you running? Use `kubectl version`? -4. What cloud provider are you using? +1. 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? +1. What commands did you execute, and what happened after the commands executed? -6. What you expected to happen: +1. Can you provide cluster manifest `kops get --name my.example.com -oyaml`? -7. How can we to reproduce it (as minimally and precisely as possible): +1. What you expected to happen? -8. Anything else do we need to know: +1. How can we to reproduce it (as minimally and precisely as possible)? --------------FEATURE REQUEST -------------------- +1. Can you run the `kops` command with the `-v 10` flag and provide logs? + +1. Anything else do we need to know? + +------------- FEATURE REQUEST TEMPLATE -------------------- 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. +1. Feel free to provide a design supporting your feature request.