Skip to content

Commit 58a4449

Browse files
authored
feat: improve bug template (#363)
1 parent d13a035 commit 58a4449

File tree

1 file changed

+11
-34
lines changed

1 file changed

+11
-34
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Bug Report
22
description: File a bug report
33
title: "[Bug]: "
4-
labels: ["bug"]
4+
type: "bug"
5+
labels: ["in triage"]
6+
projects: ["input-output-hk/102"]
7+
58
body:
69
- type: markdown
710
attributes:
@@ -29,23 +32,6 @@ body:
2932
validations:
3033
required: false
3134

32-
- type: dropdown
33-
id: project
34-
attributes:
35-
label: Project
36-
description: Specify the project that has been impacted by the bug.
37-
options:
38-
- Athena
39-
- Frontend
40-
- Backend
41-
- Flutter/Dart packages
42-
- Rust crates
43-
- Documentation
44-
- Other (specify in Anything else section)
45-
default: 1
46-
validations:
47-
required: true
48-
4935
- type: dropdown
5036
id: OS
5137
attributes:
@@ -61,29 +47,20 @@ body:
6147
validations:
6248
required: true
6349

64-
- type: dropdown
65-
id: browsers
66-
attributes:
67-
label: What browsers are you seeing the problem on?
68-
multiple: true
69-
options:
70-
- Firefox
71-
- Chrome
72-
- Safari
73-
- Microsoft Edge
74-
- Arc
75-
- Other (specify in Anything else section)
76-
- Not Applicable
77-
validations:
78-
required: true
79-
8050
- type: textarea
8151
id: logs
8252
attributes:
8353
label: Relevant log output
8454
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
8555
render: sh
8656

57+
- type: textarea
58+
attributes:
59+
label: Version
60+
description: Specify the version/release/commit that has been impacted by the bug
61+
validations:
62+
required: true
63+
8764
- type: textarea
8865
attributes:
8966
label: Anything else?

0 commit comments

Comments
 (0)