diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-09-22 11:17:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 11:17:00 -0400 |
commit | 5604276edfaed5ea26c1417a72d313d73db371df (patch) | |
tree | cdd3ae84da51c8eb623d0602c264df36fc98959e /.github/ISSUE_TEMPLATE.md | |
parent | deaf1b68ed2764408d54a9a44a71abb7dfc133c2 (diff) | |
parent | 29ab562e93c33de11b89fdc12fb9a3df62f89f43 (diff) | |
download | openshift-5604276edfaed5ea26c1417a72d313d73db371df.tar.gz openshift-5604276edfaed5ea26c1417a72d313d73db371df.tar.bz2 openshift-5604276edfaed5ea26c1417a72d313d73db371df.tar.xz openshift-5604276edfaed5ea26c1417a72d313d73db371df.zip |
Merge pull request #2493 from sdodson/issue_template
Add an issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..627fa13eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +[provide a description of the 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`] + + +##### Steps To Reproduce +1. [step 1] +2. [step 2] + +##### Current Result + +##### Expected Result + +##### 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] |