1+ name : URL Pattern Change
2+ description : Report a change, update, or fix to an existing GitHub URL pattern
3+ title : " [Pattern] "
4+ labels :
5+ - enhancement
6+ - url-pattern
7+ assignees : []
8+
9+ body :
10+ - type : markdown
11+ attributes :
12+ value : |
13+ ## URL Pattern Update
14+
15+ Use this form to report:
16+ - A broken or outdated GitHub URL pattern
17+ - A change in GitHub structure
18+ - An improvement to an existing pattern
19+
20+ - type : dropdown
21+ id : change_type
22+ attributes :
23+ label : Type of change
24+ description : What kind of update is this?
25+ options :
26+ - Existing pattern is broken
27+ - Existing pattern has changed
28+ - Improvement / clarification
29+ validations :
30+ required : true
31+
32+ - type : input
33+ id : label
34+ attributes :
35+ label : Label / Name
36+ description : What is the current name of this link in the app?
37+ placeholder : " e.g. Traffic, Pulse, Discussions"
38+ validations :
39+ required : true
40+
41+ - type : input
42+ id : current_pattern
43+ attributes :
44+ label : Current URL pattern
45+ description : The pattern currently used in the app
46+ placeholder : " https://github.com/{username}/{repo}/graphs/traffic"
47+ validations :
48+ required : true
49+
50+ - type : input
51+ id : updated_pattern
52+ attributes :
53+ label : Updated URL pattern
54+ description : The corrected or new version of the pattern
55+ placeholder : " https://github.com/{username}/{repo}/insights/traffic"
56+ validations :
57+ required : true
58+
59+ - type : textarea
60+ id : example
61+ attributes :
62+ label : Example URL
63+ description : Provide a working real-world example
64+ placeholder : " https://github.com/octocat/Hello-World/graphs/traffic"
65+ validations :
66+ required : true
67+
68+ - type : textarea
69+ id : description
70+ attributes :
71+ label : What changed?
72+ description : Explain what is different or broken
73+ placeholder : " GitHub moved this page or changed the route"
74+ validations :
75+ required : true
76+
77+ - type : textarea
78+ id : impact
79+ attributes :
80+ label : Impact
81+ description : What happens if this is not updated?
82+ placeholder : " Users are sent to a 404 page"
83+ validations :
84+ required : true
85+
86+ - type : checkboxes
87+ id : scope
88+ attributes :
89+ label : Scope
90+ description : What does this pattern apply to?
91+ options :
92+ - label : Profile-level URL
93+ - label : Repository-level URL
94+ - label : Organization-level URL
95+
96+ - type : checkboxes
97+ id : validation
98+ attributes :
99+ label : Validation
100+ description : Confirm before submitting
101+ options :
102+ - label : I tested this URL and it works
103+ required : true
104+ - label : This pattern exists in the app
105+ required : true
106+ - label : The placeholders are correct ({username}, {repo})
107+ required : true
108+
109+ - type : textarea
110+ id : notes
111+ attributes :
112+ label : Additional notes
113+ description : Optional context, screenshots, or edge cases
114+ placeholder : " Anything else that might help"
0 commit comments