You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/11-language-change.yml
-81Lines changed: 0 additions & 81 deletions
Original file line number
Diff line number
Diff line change
@@ -30,31 +30,6 @@ body:
30
30
validations:
31
31
required: false
32
32
33
-
# - type: dropdown
34
-
# id: other-languages
35
-
# attributes:
36
-
# multiple: true
37
-
# label: "Other Languages Experience"
38
-
# description: "What other languages do you have experience with?"
39
-
# options:
40
-
# - "Java"
41
-
# - "Python"
42
-
# - "C++"
43
-
# - "Other (please specify)"
44
-
45
-
46
-
# - type: dropdown
47
-
# id: related-idea
48
-
# attributes:
49
-
# label: "Related Idea"
50
-
# description: "Has this idea, or one like it, been proposed before?"
51
-
# options:
52
-
# - "Yes"
53
-
# - "No"
54
-
# validations:
55
-
# required: true
56
-
57
-
58
33
- type: checkboxes
59
34
id: related-idea
60
35
attributes:
@@ -65,14 +40,6 @@ body:
65
40
- label: "Is this about generics?"
66
41
- label: "Is this change backward compatible? Breaking the Go 1 compatibility guarantee is a large cost and requires a large benefit"
67
42
68
-
# - type: textarea
69
-
# id: related-proposals
70
-
# attributes:
71
-
# label: "Related proposals"
72
-
# description: "If so, how does this proposal differ? If so, how does this differ from previous error handling proposals?If so, how does this relate to the accepted design and other generics proposals?"
73
-
# validations:
74
-
# required: false
75
-
76
43
- type: textarea
77
44
id: related-proposals
78
45
attributes:
@@ -87,14 +54,6 @@ body:
87
54
validations:
88
55
required: true
89
56
90
-
# - type: textarea
91
-
# id: error-handling-differences
92
-
# attributes:
93
-
# label: "How does this differ from previous error handling proposals?"
94
-
# description: "If this proposal affects error handling, describe how it differs from previous proposals."
95
-
# validations:
96
-
# required: false
97
-
98
57
- type: textarea
99
58
id: error-handling-proposal
100
59
attributes:
@@ -109,14 +68,6 @@ body:
109
68
validations:
110
69
required: true
111
70
112
-
# - type: textarea
113
-
# id: generics-proposal
114
-
# attributes:
115
-
# label: "How does this relate to the accepted design and other generics proposals?"
116
-
# description: "If this proposal is about generics, describe its relationship to the accepted design and other generics proposals."
117
-
# validations:
118
-
# required: false
119
-
120
71
- type: textarea
121
72
id: generics-proposal
122
73
attributes:
@@ -169,13 +120,6 @@ body:
169
120
validations:
170
121
required: true
171
122
172
-
# - type: textarea
173
-
# id: show-example-code
174
-
# attributes:
175
-
# label: "Show example code before and after the change. "
176
-
# validations:
177
-
# required: false
178
-
179
123
- type: textarea
180
124
id: orthogonality
181
125
attributes:
@@ -184,28 +128,11 @@ body:
184
128
validations:
185
129
required: false
186
130
187
-
188
-
# - type: textarea
189
-
# id: proposal
190
-
# attributes:
191
-
# label: "Proposal"
192
-
# description: "What is the proposed change? Who does this proposal help, and why? Please describe as precisely as possible the change to the language. What would change in the language spec? Please also describe the change informally, as in a class teaching Go. Is this change backward compatible? Breaking the Go 1 compatibility guarantee is a large cost and requires a large benefit. Show example code before and after the change. Orthogonality: how does this change interact or overlap with existing features? Is the goal of this change a performance improvement? If so, what quantifiable improvement should we expect? How would we measure it?"
193
-
# validations:
194
-
# required: true
195
-
#
196
-
# - type: checkboxes
197
-
# id: costs
198
-
# attributes:
199
-
# label: "Costs"
200
-
# options:
201
-
# - label: "Would this change make Go easier to learn?"
202
-
# - label: ""
203
131
- type: textarea
204
132
id: learning-curve
205
133
attributes:
206
134
label: "Would this change make Go easier or harder to learn, and why?"
207
135
208
-
209
136
- type: textarea
210
137
id: cost-description
211
138
attributes:
@@ -236,11 +163,3 @@ body:
236
163
validations:
237
164
required: false
238
165
239
-
240
-
# - type: textarea
241
-
# id: costs
242
-
# attributes:
243
-
# label: "Costs"
244
-
# description: "Would this change make Go easier or harder to learn, and why? What is the cost of this proposal? (Every language change has a cost). How many tools (such as vet, gopls, gofmt, goimports, etc.) would be affected? What is the compile time cost? What is the run time cost? Can you describe a possible implementation? Do you have a prototype? (This is not required.)"
0 commit comments