-
Notifications
You must be signed in to change notification settings - Fork 266
Cleanup Templates/Issue-Links #1211
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR cleans up issue template links and template files across the repository by removing redundant URL parameters that are already handled by template files, fixing improperly formatted templates, and correcting label and assignee references. The changes streamline the issue creation process by consolidating configuration in template files rather than URL parameters.
Key changes:
- Removed URL parameters (assignees, labels, titles) from README.md issue links where corresponding template files handle these fields
- Fixed template file formatting (added missing YAML delimiters, corrected label assignments)
- Updated assignee references (e.g.,
guohuideng→guohuideng2024,phumai→kurtcattischmidt) - Corrected label references to match actual GitHub labels (e.g.,
CSSTooltipPseudo→TooltipPseudo,PWA Widgets→Widgets)
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Removed redundant URL parameters from issue links and updated label references to match actual GitHub labels |
| .github/ISSUE_TEMPLATE/resource-timing-initiator-info.md | Updated assignee from guohuideng to guohuideng2024 |
| .github/ISSUE_TEMPLATE/resource-timing-content-encoding.md | Added missing YAML delimiters and updated assignee to guohuideng2024 |
| .github/ISSUE_TEMPLATE/pwa-widgets.md | Added missing Widgets label |
| .github/ISSUE_TEMPLATE/performancenavigationtiming-protocol-launch-timing-information.md | Added PerformanceNavigationTimingProtocolLaunch label |
| .github/ISSUE_TEMPLATE/hapticsdevice-api.md | Added WebHaptics label |
| .github/ISSUE_TEMPLATE/gamepad-event-driven-input-api.md | Created new template file with proper structure, labels, and assignees |
| .github/ISSUE_TEMPLATE/document-subtitle.md | Added DocumentSubtitle label |
| .github/ISSUE_TEMPLATE/digital-goods.md | Updated label from Digital Goods to Digital Goods API |
| .github/ISSUE_TEMPLATE/declarative-shadow-dom-style-sharing.md | Updated assignee from phumai to kurtcattischmidt |
| .github/ISSUE_TEMPLATE/allow-use-to-reference-entire-files.md | Added missing YAML delimiters |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* Initial plan * Fix GitHub capitalization in README.md line 71 Co-authored-by: mhochk <45496878+mhochk@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mhochk <45496878+mhochk@users.noreply.github.com>
Cleaning up (and sometimes fixing) various 'New Issue...' links and their associated templates.
This does not address: