File tree Expand file tree Collapse file tree 1 file changed +11
-34
lines changed Expand file tree Collapse file tree 1 file changed +11
-34
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug Report
2
2
description : File a bug report
3
3
title : " [Bug]: "
4
- labels : ["bug"]
4
+ type : " bug"
5
+ labels : ["in triage"]
6
+ projects : ["input-output-hk/102"]
7
+
5
8
body :
6
9
- type : markdown
7
10
attributes :
29
32
validations :
30
33
required : false
31
34
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
-
49
35
- type : dropdown
50
36
id : OS
51
37
attributes :
@@ -61,29 +47,20 @@ body:
61
47
validations :
62
48
required : true
63
49
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
-
80
50
- type : textarea
81
51
id : logs
82
52
attributes :
83
53
label : Relevant log output
84
54
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
85
55
render : sh
86
56
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
+
87
64
- type : textarea
88
65
attributes :
89
66
label : Anything else?
You can’t perform that action at this time.
0 commit comments