diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-01-11 11:12:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 11:12:37 -0500 |
commit | f1294543011dbf0062f2b1fa88f469c2e2294c23 (patch) | |
tree | ba0001eef16b97d4b0a5c7e1c0796abd54b2065a | |
parent | f443452d1a999df7417e665533494cebb44c0e7a (diff) | |
parent | e5d55ae873728e69645c83e43fd963f0f76ec1d7 (diff) | |
download | openshift-f1294543011dbf0062f2b1fa88f469c2e2294c23.tar.gz openshift-f1294543011dbf0062f2b1fa88f469c2e2294c23.tar.bz2 openshift-f1294543011dbf0062f2b1fa88f469c2e2294c23.tar.xz openshift-f1294543011dbf0062f2b1fa88f469c2e2294c23.zip |
Merge pull request #3069 from openshift/issue-template
improve issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 627fa13eb..326e75c7e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,21 +1,34 @@ -[provide a description of the issue] +#### Description +Please provide a brief description of your issue. ##### Version -[if you're operating from a git clone provide the output of `git describe`] -[if you're running from playbooks installed via RPM or atomic-openshift-utils `rpm -q atomic-openshift-utils openshift-ansible`] -[Your version of ansible, `ansible --version`] - +If you're operating from a git clone provide the output of `git describe`. If +you're running from playbooks installed via RPM or atomic-openshift-utils `rpm +-q atomic-openshift-utils openshift-ansible`. Please also provide your version +of ansible, `ansible --version`. Please the output between the code block below. +``` +Please place output here +``` ##### Steps To Reproduce 1. [step 1] 2. [step 2] + ##### Current Result +``` +Example command and output or error messages +``` ##### Expected Result +``` +Example command and output or error messages +``` ##### Additional Information -[The exact command you ran] -[Your operating system and version, ie: RHEL 7.2, Fedora 23] -[Your inventory file] -[visit https://docs.openshift.org/latest/welcome/index.html] +``` +Your operating system and version, ie: RHEL 7.2, Fedora 23] +Your inventory file +Sample code, etc +code, etc +``` |