File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,14 @@ body:
42
42
- label : " This API is supported in at least two major browser engines (not two Chromium-based browsers)."
43
43
required : true
44
44
- type : checkboxes
45
- id : use_latest_typescript
45
+ id : tried_latest_releases
46
46
attributes :
47
- label : " Have Latest TypeScript Package "
48
- description : " Ensure you are using the latest TypeScript version ."
47
+ label : " Have Tried The Latest Releases "
48
+ description : " Make sure your problem is still reproducible on the latest releases ."
49
49
options :
50
- - label : " I am using the latest version of TypeScript."
50
+ - label : " This issue applies to the latest release of TypeScript."
51
51
required : true
52
- - type : checkboxes
53
- id : use_latest_typescript_web
54
- attributes :
55
- label : " Use the Latest @types/web Package"
56
- description : " Ensure you have tried the latest `@types/web` package."
57
- options :
58
- - label : " I am using the latest version of `@types/web`."
52
+ - label : " This issue applies to the latest release of `@types/web`."
59
53
required : true
60
54
- type : textarea
61
55
id : additional_context
You can’t perform that action at this time.
0 commit comments