Skip to content

Commit c402c9b

Browse files
author
Hiro
committed
langchange.yml: read for merge
Signed-off-by: Hiro <[email protected]>
1 parent 833418a commit c402c9b

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed

.github/ISSUE_TEMPLATE/11-language-change.yml

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,6 @@ body:
3030
validations:
3131
required: false
3232

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-
5833
- type: checkboxes
5934
id: related-idea
6035
attributes:
@@ -65,14 +40,6 @@ body:
6540
- label: "Is this about generics?"
6641
- label: "Is this change backward compatible? Breaking the Go 1 compatibility guarantee is a large cost and requires a large benefit"
6742

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-
7643
- type: textarea
7744
id: related-proposals
7845
attributes:
@@ -87,14 +54,6 @@ body:
8754
validations:
8855
required: true
8956

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-
9857
- type: textarea
9958
id: error-handling-proposal
10059
attributes:
@@ -109,14 +68,6 @@ body:
10968
validations:
11069
required: true
11170

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-
12071
- type: textarea
12172
id: generics-proposal
12273
attributes:
@@ -169,13 +120,6 @@ body:
169120
validations:
170121
required: true
171122

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-
179123
- type: textarea
180124
id: orthogonality
181125
attributes:
@@ -184,28 +128,11 @@ body:
184128
validations:
185129
required: false
186130

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: ""
203131
- type: textarea
204132
id: learning-curve
205133
attributes:
206134
label: "Would this change make Go easier or harder to learn, and why?"
207135

208-
209136
- type: textarea
210137
id: cost-description
211138
attributes:
@@ -236,11 +163,3 @@ body:
236163
validations:
237164
required: false
238165

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.)"
245-
# validations:
246-
# required: false

0 commit comments

Comments
 (0)