summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
blob: 326e75c7ec7be2b5616e69f13bada0e020be36d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#### 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`. 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
```
Your operating system and version, ie: RHEL 7.2, Fedora 23]
Your inventory file
Sample code, etc
code, etc
```