Skip to content

Commit fa1296d

Browse files
Merge pull request #2003 from syedriko/issue_template
GitHub bug issue template
2 parents 8590c85 + 2858065 commit fa1296d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Thanks for opening a bug report!
12+
Before hitting the button, please fill in as much of the template below as you can.
13+
If you leave out information, it's harder to help you.
14+
When describing the steps to reproduce the bug,
15+
try following your own instructions from scratch and make sure everything works as
16+
you expect.
17+
Be ready for follow-up questions, and please respond in a timely manner.
18+
If we can't reproduce a bug we might close your issue.
19+
If we're wrong, PLEASE feel free to reopen it and explain why.
20+
-->
21+
22+
**Describe the bug**
23+
A clear and concise description of what the bug is.
24+
25+
**Environment**
26+
- Versions of OpenShift, Cluster Logging and any other relevant components
27+
- ClusterLogging instance
28+
29+
**Logs**
30+
Capture relevant logs, post them to http://gist.github.com/ and post the links in the issue.
31+
32+
**Expected behavior**
33+
A clear and concise description of what you expected to happen.
34+
35+
**Actual behavior**
36+
A clear and concise description of what actually happened.
37+
38+
**To Reproduce**
39+
Steps to reproduce the behavior:
40+
1.
41+
2.
42+
3.
43+
44+
**Additional context**
45+
Add any other context about the problem here.

0 commit comments

Comments
 (0)