From 64510a44e5302c49ffb6679f56dacbaf4e32fd3f Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 14 Mar 2016 09:22:45 -0400 Subject: [PATCH] Slim down issue template appearance --- .github/ISSUE_TEMPLATE.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 36e1dbf379fa..4757f1944ba6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,19 +1,17 @@ -## Version -[provide output of the `$ openshift version` or `$ oc version` command] +[provide a description of the issue] -## Description - -## Steps To Reproduce +##### Version +[provide output of the `openshift version` or `oc version` command] +##### Steps To Reproduce 1. [step 1] 2. [step 2] -## Current Result - -## Expected Result +##### Current Result -## Additional Information +##### Expected Result +##### Additional Information [try to run `$ oadm diagnostics` command if possible] [if you are reporting issue related to builds, provide build logs with `BUILD_LOGLEVEL=5`] [consider attaching output of the `$ oc get all -o json -n ` command to the issue]