Skip to content

Commit 9693d98

Browse files
authored
Update issue templates
1 parent d0131f2 commit 9693d98

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug report
3+
about: Report a defect
4+
title: ''
5+
labels: ''
6+
assignees: developersu
7+
8+
---
9+
10+
**Describe the bug (mandatory)**
11+
A clear and concise description of what the bug is.
12+
13+
**Information about environment (mandatory):**
14+
- OS: [e.g. Windows 7 x64]
15+
- Java version [run 'java -version']
16+
17+
**Steps to reproduce**
18+
Steps to reproduce the behavior:
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. See error
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots and/or information from application log**
27+
If applicable, add screenshots to help explain your problem.
28+
29+
**Did you see this issue in previous versions?**
30+
Yes / No / Don't know
31+
32+
**Additional context**
33+
Add any other context about the problem here

0 commit comments

Comments
 (0)