Skip to content

Commit 6cba992

Browse files
committed
GitHub: Convert "Bug report" issue template to issue form
1 parent d3c9885 commit 6cba992

File tree

2 files changed

+52
-38
lines changed

2 files changed

+52
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
labels: ['C-bug']
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Current Behavior
8+
description: A concise description of what you're experiencing.
9+
validations:
10+
required: true
11+
12+
- type: textarea
13+
attributes:
14+
label: Expected Behavior
15+
description: A concise description of what you expected to happen.
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: Steps To Reproduce
22+
description: Steps to reproduce the behavior.
23+
placeholder: |
24+
1. Go to '...'
25+
2. Click on '....'
26+
3. Scroll down to '....'
27+
4. See error
28+
validations:
29+
required: false
30+
31+
- type: textarea
32+
attributes:
33+
label: Environment
34+
description: |
35+
examples:
36+
- **Browser**: Safari 15.1
37+
- **OS**: macOS 11.6.1
38+
value: |
39+
- Browser:
40+
- OS:
41+
validations:
42+
required: false
43+
44+
- type: textarea
45+
attributes:
46+
label: Anything else?
47+
description: |
48+
Links? References? Anything that will give us more context about the issue you are encountering!
49+
50+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
51+
validations:
52+
required: false

0 commit comments

Comments
 (0)