-
Notifications
You must be signed in to change notification settings - Fork 442
Added github issues templates #1952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e927b0c
feat: Add issue templates for bug reports, feature requests, and more
Bashamega a0a074c
Switch to yml
Bashamega 89528a7
Template
Bashamega 42c06eb
chore add checkbox
Bashamega b5dbb51
-
Bashamega ea7855b
Create typings_inconsistency.yml
Bashamega 9e6656b
Update typings_inconsistency.yml
Bashamega dfb8fc9
fix the format
Bashamega d5303ec
Update typings_inconsistency.yml
Bashamega 1ff166c
Update typings_inconsistency.yml
Bashamega 8cdad46
Update typings_inconsistency.yml
Bashamega ed57b88
chore: use existing label
Bashamega 1787248
chore: use web API instead
Bashamega b19b9df
Add playground link
Bashamega 3a72cfa
chore add use_latest_typescript checkbox
Bashamega c1f0d49
fix labels
Bashamega f2e1b02
Update .github/ISSUE_TEMPLATE/typings_inconsistency.yml
Bashamega 9a3b198
update
Bashamega 3d83efb
Update .github/ISSUE_TEMPLATE/web_api_type_definition_issue.yml
Bashamega cb971b2
Merge branch 'microsoft:main' into 1032
Bashamega 8cf2e37
Replace Use with have
Bashamega 755a79b
Update web_api_type_definition_issue.yml
Bashamega 64c02f8
Update web_api_type_definition_issue.yml
Bashamega d306aa4
Update web_api_type_definition_issue.yml
Bashamega 5ce2fe6
Update web_api_type_definition_issue.yml
Bashamega 5170573
Update web_api_type_definition_issue.yml
Bashamega 978f584
Update web_api_type_definition_issue.yml
Bashamega 21644e4
Update web_api_type_definition_issue.yml
Bashamega 86eca89
Update web_api_type_definition_issue.yml
Bashamega 230f958
Update .github/ISSUE_TEMPLATE/web_api_type_definition_issue.yml
Bashamega c2d5d65
Update web_api_type_definition_issue.yml
Bashamega File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
blank_issues_enabled: true | ||
issue_templates: | ||
- name: 🔍 Typings Inconsistency | ||
- name: Web API type definition issue | ||
description: Report inconsistencies between TypeScript's web API typings and browser behavior. | ||
labels: [lib.d.ts bug] | ||
file: typings_inconsistency.yml | ||
file: web_api_type_definition_issue.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: "Typings Inconsistency" | ||
title: "[Typings Inconsistency] " | ||
name: "Web API type definition issue" | ||
title: "[Web API type definition issue] " | ||
labels: [lib.d.ts bug] | ||
assignees: [] | ||
description: "Report inconsistencies between TypeScript's web API typings and browser behavior." | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Typings Inconsistency | ||
Provide details of the inconsistency. | ||
## Web API type definition issue | ||
Provide details of the issue. | ||
- type: input | ||
id: inconsistency_summary | ||
id: issue_summary | ||
attributes: | ||
label: "Summary" | ||
description: "Brief summary of the inconsistency" | ||
description: "Brief summary of the issue" | ||
placeholder: "e.g., Mismatch in event handling..." | ||
validations: | ||
required: true | ||
|
@@ -51,6 +51,15 @@ body: | |
- label: "I am using the latest version of TS" | ||
validations: | ||
required: true | ||
- type: checkbox | ||
id: use_latest_typescript_web | ||
attributes: | ||
label: "Use the latest @types/web Package" | ||
description: "Check this if you are using the latest @types/web package." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No "use" but "have tried". Same for the label, options, and the TS version above. |
||
options: | ||
Bashamega marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- label: "I am using the latest version of @types/web" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.