7
7
- type : markdown
8
8
attributes :
9
9
value : |
10
- ## Web API type definition issue
10
+ ## Web API Type Definition Issue
11
11
Provide details of the issue.
12
12
- type : input
13
13
id : issue_summary
@@ -25,42 +25,41 @@ body:
25
25
placeholder : " Expected: ...\n Actual: ..."
26
26
validations :
27
27
required : true
28
- - type : textarea
29
- id : steps
28
+ - type : input
29
+ id : playground_link
30
30
attributes :
31
- label : " Playground link "
32
- description : " Paste the playground link"
31
+ label : " Playground Link "
32
+ description : " Paste the TypeScript playground link"
33
33
placeholder : " https://www.typescriptlang.org/play/..."
34
34
validations :
35
35
required : true
36
- - type : checkbox
36
+ - type : checkboxes
37
37
id : browser_support
38
38
attributes :
39
39
label : " Browser Support"
40
- description : " Ensure that the API is supported in at least two major browser engines (not two chromiums )."
40
+ description : " Ensure that the API is supported in at least two major browser engines (not two Chromium-based browsers )."
41
41
options :
42
- - label : " This API is supported in at least two major browser engines (not two chromiums )."
43
- required : true
42
+ - label : " This API is supported in at least two major browser engines (not two Chromium-based browsers )."
43
+ required : true
44
44
- type : checkbox
45
45
id : use_latest_typescript
46
46
attributes :
47
47
label : " Have Latest TypeScript Package"
48
- description : " Check this if you are using the latest TypeScript package ."
48
+ description : " Ensure you are using the latest TypeScript version ."
49
49
options :
50
- - label : " I am using the latest version of TS "
51
- required : true
50
+ - label : " I am using the latest version of TypeScript. "
51
+ required : true
52
52
- type : checkbox
53
53
id : use_latest_typescript_web
54
54
attributes :
55
- label : " Use the latest @types/web Package"
56
- description : " Check this if you have tried the latest `@types/web` package."
55
+ label : " Use the Latest @types/web Package"
56
+ description : " Ensure you have tried the latest `@types/web` package."
57
57
options :
58
- - label : " I am using the latest version of @types/web"
59
- required : true
60
-
58
+ - label : " I am using the latest version of `@types/web`."
59
+ required : true
61
60
- type : textarea
62
61
id : additional_context
63
62
attributes :
64
63
label : " Additional Context"
65
- description : " Any extra information, logs, or references"
64
+ description : " Any extra information, logs, or references. "
66
65
placeholder : " Optional details..."
0 commit comments