diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-01-12 09:35:15 -0800 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-01-12 09:35:15 -0800 |
commit | 70192c1cbe19e7e28f5079b75540bea93a2b7cf1 (patch) | |
tree | 2faa9e96c337cb4fbc13707dd135baf878fe94f7 /.github | |
parent | 1236604d2ddd835ab8559cbf632481a8a21e9bea (diff) | |
download | openshift-70192c1cbe19e7e28f5079b75540bea93a2b7cf1.tar.gz openshift-70192c1cbe19e7e28f5079b75540bea93a2b7cf1.tar.bz2 openshift-70192c1cbe19e7e28f5079b75540bea93a2b7cf1.tar.xz openshift-70192c1cbe19e7e28f5079b75540bea93a2b7cf1.zip |
Another proposed update to the issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 54 |
1 files changed, 42 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 326e75c7e..2a4f80a36 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,31 @@ #### Description -Please provide a brief description of your issue. + +Provide a brief description of your issue here. For example: + +> On a multi master install, if the first master goes down we can no +> longer scaleup the cluster with new nodes or masters. + ##### 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 put the following version information in the code block +indicated below. + +* Your ansible version per `ansible --version` + +If you're operating from a **git clone**: + +* The output of `git describe` + +If you're running from playbooks installed via RPM or +`atomic-openshift-utils` + +* The output of `rpm -q atomic-openshift-utils openshift-ansible` + +Place the output between the code block below: + ``` -Please place output here +VERSION INFORMATION HERE PLEASE ``` ##### Steps To Reproduce @@ -15,20 +33,32 @@ Please place output here 2. [step 2] -##### Current Result +##### Expected Results +Describe what you expected to happen. + ``` Example command and output or error messages ``` -##### Expected Result +##### Observed Results +Describe what is actually happening. + ``` Example command and output or error messages ``` +For long output or logs, consider using a [gist](https://gist.github.com/) + + ##### Additional Information + +Provide any additional information which may help us diagnose the +issue. + +* Your operating system and version, ie: RHEL 7.2, Fedora 23 (`$ cat /etc/redhat-release`) +* Your inventory file (especially any non-standard configuration parameters) +* Sample code, etc + ``` -Your operating system and version, ie: RHEL 7.2, Fedora 23] -Your inventory file -Sample code, etc -code, etc +EXTRA INFORMATION GOES HERE ``` |