Skip to content

Commit 5170573

Browse files
authored
Update web_api_type_definition_issue.yml
1 parent 5ce2fe6 commit 5170573

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/ISSUE_TEMPLATE/web_api_type_definition_issue.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,24 @@ body:
4040
description: "Ensure that the API is supported in at least two major browser engines (not two chromiums)."
4141
options:
4242
- label: "This API is supported in at least two major browser engines (not two chromiums)."
43-
validations:
44-
required: true
43+
required: true
4544
- type: checkbox
4645
id: use_latest_typescript
4746
attributes:
4847
label: "Have Latest TypeScript Package"
4948
description: "Check this if you are using the latest TypeScript package."
5049
options:
5150
- label: "I am using the latest version of TS"
52-
validations:
53-
required: true
51+
required: true
5452
- type: checkbox
5553
id: use_latest_typescript_web
5654
attributes:
5755
label: "Use the latest @types/web Package"
5856
description: "Check this if you have tried the latest `@types/web` package."
5957
options:
6058
- label: "I am using the latest version of @types/web"
61-
validations:
62-
required: true
59+
required: true
60+
6361
- type: textarea
6462
id: additional_context
6563
attributes:

0 commit comments

Comments
 (0)