Skip to content

Commit d7acf43

Browse files
authored
Create bugreport.md issue template to attempt to help prevent duplicate issue submissions
1 parent 5f03e86 commit d7acf43

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug Report
3+
about: Something is not working as expected
4+
title: 'Bug: '
5+
labels: bug
6+
---
7+
8+
## Checklist
9+
Before submitting this issue, please confirm that you have done the following (place an `x` in the box):
10+
11+
- [ ] I have searched existing issues to see if this has already been reported.
12+
13+
## Description
14+
<!-- A clear and concise description of the issue. -->
15+
16+
## Steps to Reproduce
17+
<!-- Steps to reproduce the behavior. -->
18+
19+
## Expected Behavior
20+
<!-- What you expected to happen. -->
21+
22+
## Actual Behavior
23+
<!-- What actually happened. -->
24+
25+
## Environment
26+
<!-- Provide relevant system and software version details. -->

0 commit comments

Comments
 (0)