@@ -2,54 +2,52 @@ name: Bug report
2
2
description : File a bug report
3
3
labels : ["T-bug"]
4
4
body :
5
- - type : markdown
6
- attributes :
7
- value : |
8
- Please ensure that the bug has not already been filed in the issue tracker.
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ Please ensure that the bug has not already been filed in the issue tracker.
9
9
10
- Thanks for taking the time to report this bug!
11
- - type : dropdown
12
- attributes :
13
- label : Component
14
- description : What component is the bug in?
15
- multiple : true
16
- options :
17
- - Forge
18
- - Cast
19
- - Anvil
20
- - Foundryup
21
- - Other (please describe)
22
- validations :
23
- required : true
24
- - type : checkboxes
25
- attributes :
26
- label : Have you ensured that all of these are up to date?
27
- options :
28
- - label : Foundry
29
- - label : Foundryup
30
- validations :
31
- required : true
32
- - type : input
33
- attributes :
34
- label : What version of Foundry are you on?
35
- placeholder : " Run forge --version and paste the output here"
36
- - type : input
37
- attributes :
38
- label : What command(s) is the bug in?
39
- description : Leave empty if not relevant
40
- placeholder : " For example: forge test"
41
- - type : dropdown
42
- attributes :
43
- label : Operating System
44
- description : What operating system are you on?
45
- options :
46
- - Windows
47
- - macOS (Intel)
48
- - macOS (Apple Silicon)
49
- - Linux
50
- - type : textarea
51
- attributes :
52
- label : Describe the bug
53
- description : Please include relevant Solidity snippets as well if relevant.
54
- validations :
55
- required : true
10
+ Thanks for taking the time to report this bug!
11
+ - type : dropdown
12
+ attributes :
13
+ label : Component
14
+ description : What component is the bug in?
15
+ multiple : true
16
+ options :
17
+ - Forge
18
+ - Cast
19
+ - Anvil
20
+ - Foundryup
21
+ - Other (please describe)
22
+ validations :
23
+ required : true
24
+ - type : checkboxes
25
+ attributes :
26
+ label : Have you ensured that all of these are up to date?
27
+ options :
28
+ - label : Foundry
29
+ - label : Foundryup
30
+ - type : input
31
+ attributes :
32
+ label : What version of Foundry are you on?
33
+ placeholder : " Run forge --version and paste the output here"
34
+ - type : input
35
+ attributes :
36
+ label : What command(s) is the bug in?
37
+ description : Leave empty if not relevant
38
+ placeholder : " For example: forge test"
39
+ - type : dropdown
40
+ attributes :
41
+ label : Operating System
42
+ description : What operating system are you on?
43
+ options :
44
+ - Windows
45
+ - macOS (Intel)
46
+ - macOS (Apple Silicon)
47
+ - Linux
48
+ - type : textarea
49
+ attributes :
50
+ label : Describe the bug
51
+ description : Please include relevant Solidity snippets as well if relevant.
52
+ validations :
53
+ required : true
0 commit comments