Skip to content

Commit 21644e4

Browse files
authored
Update web_api_type_definition_issue.yml
1 parent 978f584 commit 21644e4

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

.github/ISSUE_TEMPLATE/web_api_type_definition_issue.yml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
## Web API type definition issue
10+
## Web API Type Definition Issue
1111
Provide details of the issue.
1212
- type: input
1313
id: issue_summary
@@ -25,42 +25,41 @@ body:
2525
placeholder: "Expected: ...\nActual: ..."
2626
validations:
2727
required: true
28-
- type: textarea
29-
id: steps
28+
- type: input
29+
id: playground_link
3030
attributes:
31-
label: "Playground link"
32-
description: "Paste the playground link"
31+
label: "Playground Link"
32+
description: "Paste the TypeScript playground link"
3333
placeholder: "https://www.typescriptlang.org/play/..."
3434
validations:
3535
required: true
36-
- type: checkbox
36+
- type: checkboxes
3737
id: browser_support
3838
attributes:
3939
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)."
4141
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
4444
- type: checkbox
4545
id: use_latest_typescript
4646
attributes:
4747
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."
4949
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
5252
- type: checkbox
5353
id: use_latest_typescript_web
5454
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."
5757
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
6160
- type: textarea
6261
id: additional_context
6362
attributes:
6463
label: "Additional Context"
65-
description: "Any extra information, logs, or references"
64+
description: "Any extra information, logs, or references."
6665
placeholder: "Optional details..."

0 commit comments

Comments
 (0)