Skip to content

Commit d3d535f

Browse files
authored
Cleanup Templates/Issue-Links (#1211)
Cleaning up (and sometimes fixing) various 'New Issue...' links and their associated templates. Removes URL params already handled by corresponding template files Removes references to template files that don't exist Fixes a few template files that were improperly formatted Corrects/restores a few references to labels that were slightly off Misc smaller fixes (assignee updates, tracker links being off) This does not address: Issue areas that don't have a template file. This change does not make new files for them. References to labels that don't appear to have ever existed. This change does not remove those references. If those labels are created they should "just work". References to assignees that fail for reasons more complex than a typo. There are a few, for example, that appear to be valid users, but can't be assigned - most likely because they aren't added to this repo. This change does not remove those references. If those users join the repo things may "just work". If not, at least the intended target is still discoverable.
1 parent 66a733a commit d3d535f

11 files changed

Lines changed: 54 additions & 54 deletions
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
---
12
name: Allow use to reference entire files
23
about: new issue
34
title: "[SVG Use reference entire file] <TITLE HERE>"
45
labels: SVG Use reference entire file
5-
assignees: goldenboy777
6+
assignees: goldenboy777
7+
8+
---

.github/ISSUE_TEMPLATE/declarative-shadow-dom-style-sharing.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Declarative Shadow DOM Style Sharing
33
about: new issue
44
title: "[Declarative Shadow DOM Style Sharing] <TITLE HERE>"
55
labels: DeclarativeShadowDOMStyleSharing
6-
assignees: phumai
6+
assignees: kurtcattischmidt
77

88
---
9-
10-
11-
12-

.github/ISSUE_TEMPLATE/digital-goods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: Digital Goods
33
about: Issues for Digital Goods
44
title: "[Digital Goods] <TITLE HERE>"
5-
labels: Digital Goods
5+
labels: Digital Goods API
66

77
---

.github/ISSUE_TEMPLATE/document-subtitle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Document Subtitle
33
about: new issue
44
title: "[Document Subtitle] <TITLE HERE>"
5-
labels: ''
5+
labels: 'DocumentSubtitle'
66
assignees: diekus
77

88
---
File renamed without changes.

.github/ISSUE_TEMPLATE/hapticsdevice-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: HapticsDevice API
33
about: Describe this issue template's purpose here.
44
title: "[HapticsDevice] Issue"
5-
labels: ''
5+
labels: 'WebHaptics'
66
assignees: bmathwig
77

88
---

.github/ISSUE_TEMPLATE/performancenavigationtiming-protocol-launch-timing-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: PerformanceNavigationTiming Protocol Launch Timing Information
33
about: Issues for PerformanceNavigationTimingProtocol Launch Timing Information
44
title: ''
5-
labels: ''
5+
labels: 'PerformanceNavigationTimingProtocolLaunch'
66
assignees: atulkatti
77

88
---

.github/ISSUE_TEMPLATE/pwa-widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: PWA Widgets
33
about: new issue
44
title: "[PWA Widgets] <TITLE HERE>"
5-
labels: ''
5+
labels: 'Widgets'
66
assignees: aarongustafson
77

88
---
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
---
12
name: Resource Timing Content Encoding
23
about: new issue
34
title: "[Resource Timing Content Encoding] <TITLE HERE>"
45
labels: Resource Timing Content Encoding
5-
assignees: guohuideng
6+
assignees: guohuideng2024
7+
8+
---

.github/ISSUE_TEMPLATE/resource-timing-initiator-info.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Resource Timing Initiator Info
33
about: new issue
44
title: "[Resource Timing Initiator Info] <TITLE HERE>"
55
labels: Resource Timing Initiator Info
6-
assignees: guohuideng
6+
assignees: guohuideng2024
77

88
---
9-
10-

0 commit comments

Comments
 (0)