Skip to content

Commit f6614b3

Browse files
authored
Added bug template
1 parent c48c47f commit f6614b3

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report
3+
about: Bug report documentation
4+
title: Bug Report
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Bug Description**
11+
A clear and concise description of what the bug is.
12+
13+
14+
**Platform/Environment**
15+
16+
17+
**Severity**
18+
Severity: HIGH (High/Medium/Low)
19+
Priority: MEDIUM (High/Medium/Low)
20+
21+
22+
**To Reproduce**
23+
Steps to reproduce the behavior:
24+
1.
25+
2.
26+
3.
27+
28+
**Expected Result**
29+
30+
31+
32+
**Actual Result**
33+
34+
35+
36+
**Screenshots**
37+
If applicable, add screenshots to help explain your problem.
38+
39+
40+
41+
42+
43+
**Additional context**
44+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/epic-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Epic Template
33
about: For big chunks of work with one common objective.
44
title: 'EPIC: {name}'
5-
labels: Epic
5+
labels: ''
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)