-
Notifications
You must be signed in to change notification settings - Fork 441
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 all commits
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
blank_issues_enabled: true | ||
issue_templates: | ||
- name: Web API type definition issue | ||
description: Report inconsistencies between TypeScript's web API typings and browser behavior. | ||
labels: [lib.d.ts bug] | ||
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
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: | | ||
## Web API Type Definition Issue | ||
Provide details of the issue. | ||
- type: input | ||
id: issue_summary | ||
attributes: | ||
label: "Summary" | ||
description: "Brief summary of the issue" | ||
placeholder: "e.g., Mismatch in event handling..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected_vs_actual | ||
attributes: | ||
label: "Expected vs. Actual Behavior" | ||
description: "Describe what you expected and what actually happened" | ||
placeholder: "Expected: ...\nActual: ..." | ||
validations: | ||
required: true | ||
- type: input | ||
id: playground_link | ||
attributes: | ||
label: "Playground Link" | ||
description: "Paste the TypeScript playground link" | ||
placeholder: "https://www.typescriptlang.org/play/..." | ||
- type: checkboxes | ||
id: browser_support | ||
attributes: | ||
label: "Browser Support" | ||
description: "Ensure that the API is supported in at least two major browser engines (not two Chromium-based browsers)." | ||
options: | ||
- label: "This API is supported in at least two major browser engines (not two Chromium-based browsers)." | ||
required: true | ||
- type: checkboxes | ||
id: tried_latest_releases | ||
attributes: | ||
label: "Have Tried The Latest Releases" | ||
description: "Make sure your problem is still reproducible on the latest releases." | ||
options: | ||
- label: "This issue applies to the latest release of TypeScript." | ||
required: true | ||
- label: "This issue applies to the latest release of `@types/web`." | ||
required: true | ||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: "Additional Context" | ||
description: "Any extra information, logs, or references." | ||
placeholder: "Optional details..." |
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.