File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -40,26 +40,24 @@ body:
40
40
description : " Ensure that the API is supported in at least two major browser engines (not two chromiums)."
41
41
options :
42
42
- label : " This API is supported in at least two major browser engines (not two chromiums)."
43
- validations :
44
- required : true
43
+ required : true
45
44
- type : checkbox
46
45
id : use_latest_typescript
47
46
attributes :
48
47
label : " Have Latest TypeScript Package"
49
48
description : " Check this if you are using the latest TypeScript package."
50
49
options :
51
50
- label : " I am using the latest version of TS"
52
- validations :
53
- required : true
51
+ required : true
54
52
- type : checkbox
55
53
id : use_latest_typescript_web
56
54
attributes :
57
55
label : " Use the latest @types/web Package"
58
56
description : " Check this if you have tried the latest `@types/web` package."
59
57
options :
60
58
- label : " I am using the latest version of @types/web"
61
- validations :
62
- required : true
59
+ required : true
60
+
63
61
- type : textarea
64
62
id : additional_context
65
63
attributes :
You can’t perform that action at this time.
0 commit comments