Skip to content

Commit 265ba0c

Browse files
committed
New bug report template
1 parent fcc83a7 commit 265ba0c

1 file changed

Lines changed: 5 additions & 26 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,19 @@ name: Bug Report
22
description: Report a bug with Conreq software.
33
labels: [Bug]
44
body:
5-
- type: textarea
6-
attributes:
7-
label: Describe the bug
8-
description: A clear and concise description of what the bug is.
9-
validations:
10-
required: true
11-
125
- type: input
136
attributes:
147
label: Conreq Version
158
description: What version did you encounter this issue on?
16-
placeholder: v0.15.2
9+
placeholder: For example, v0.15.2
1710
validations:
1811
required: true
1912

2013
- type: dropdown
2114
attributes:
2215
label: Conreq Branch
2316
options:
24-
- Main (Default)
17+
- Latest / Main
2518
- Develop
2619
- Other
2720
validations:
@@ -67,19 +60,13 @@ body:
6760
- Microsoft Edge
6861
- Other
6962
validations:
70-
required: true
63+
required: false
7164

7265
- type: textarea
7366
attributes:
74-
label: Steps To Reproduce
75-
description: Steps to reproduce the behavior.
76-
placeholder: |
77-
1. In this environment...
78-
2. With this config...
79-
3. Run '...'
80-
4. See error...
67+
label: Description
8168
validations:
82-
required: false
69+
required: true
8370

8471
- type: textarea
8572
attributes:
@@ -88,11 +75,3 @@ body:
8875
render: shell
8976
validations:
9077
required: false
91-
92-
- type: textarea
93-
attributes:
94-
label: Additional Context
95-
description: |
96-
Tip: You can attach images or log files by clicking this area and then dragging files in.
97-
validations:
98-
required: false

0 commit comments

Comments
 (0)