1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:20:05 -07:00

unify style of yaml strings in 11-language-change.yml by removing some double quotes

This commit is contained in:
Luis Antonio Obis Aparicio 2024-08-29 22:14:27 +02:00
parent 7c973e2c38
commit 170ebcc961
No known key found for this signature in database
GPG Key ID: C54E6140D8902563

View File

@ -1,6 +1,6 @@
name: Language Change Proposals name: Language Change Proposals
description: Changes to the language description: Changes to the language
labels: ["Proposal", "LanguageChange", "LanguageChangeReview"] labels: [Proposal, LanguageChange, LanguageChangeReview]
title: "proposal: spec: proposal title" title: "proposal: spec: proposal title"
@ -13,32 +13,32 @@ body:
- type: dropdown - type: dropdown
id: author-go-experience id: author-go-experience
attributes: attributes:
label: "Go Programming Experience" label: Go Programming Experience
description: "Would you consider yourself a novice, intermediate, or experienced Go programmer?" description: Would you consider yourself a novice, intermediate, or experienced Go programmer?
options: options:
- "Novice" - Novice
- "Intermediate" - Intermediate
- "Experienced" - Experienced
default: 1 default: 1
- type: input - type: input
id: author-other-languages-experience id: author-other-languages-experience
attributes: attributes:
label: "Other Languages Experience" label: Other Languages Experience
description: "What other languages do you have experience with?" description: What other languages do you have experience with?
placeholder: "Go, Python, JS, Rust" placeholder: Go, Python, JS, Rust
validations: validations:
required: false required: false
- type: checkboxes - type: checkboxes
id: related-idea id: related-idea
attributes: attributes:
label: "Related Idea" label: Related Idea
options: options:
- label: "Has this idea, or one like it, been proposed before?" - label: Has this idea, or one like it, been proposed before?
- label: "Does this affect error handling?" - label: Does this affect error handling?
- label: "Is this about generics?" - label: Is this about generics?
- label: "Is this change backward compatible? Breaking the Go 1 compatibility guarantee is a large cost and requires a large benefit" - label: Is this change backward compatible? Breaking the Go 1 compatibility guarantee is a large cost and requires a large benefit
- type: textarea - type: textarea
id: related-proposals id: related-proposals
@ -85,24 +85,24 @@ body:
- type: textarea - type: textarea
id: proposal id: proposal
attributes: attributes:
label: "Proposal" label: Proposal
description: "What is the proposed change? Who does this proposal help, and why? Please describe as precisely as possible the change to the language." description: What is the proposed change? Who does this proposal help, and why? Please describe as precisely as possible the change to the language.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: language-spec-changes id: language-spec-changes
attributes: attributes:
label: "Language Spec Changes" label: Language Spec Changes
description: "What would change in the language spec?" description: What would change in the language spec?
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: informal-change id: informal-change
attributes: attributes:
label: "Informal Change" label: Informal Change
description: "Please also describe the change informally, as in a class teaching Go." description: Please also describe the change informally, as in a class teaching Go.
validations: validations:
required: false required: false
@ -124,26 +124,26 @@ body:
id: orthogonality id: orthogonality
attributes: attributes:
label: "Orthogonality: How does this change interact or overlap with existing features?" label: "Orthogonality: How does this change interact or overlap with existing features?"
description: "Is the goal of this change a performance improvement? If so, what quantifiable improvement should we expect? How would we measure it?" description: Is the goal of this change a performance improvement? If so, what quantifiable improvement should we expect? How would we measure it?
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: learning-curve id: learning-curve
attributes: attributes:
label: "Would this change make Go easier or harder to learn, and why?" label: Would this change make Go easier or harder to learn, and why?
- type: textarea - type: textarea
id: cost-description id: cost-description
attributes: attributes:
label: "Cost Description" label: Cost Description
description: "What is the cost of this proposal? (Every language change has a cost)" description: What is the cost of this proposal? (Every language change has a cost)
- type: input - type: input
id: go-toolchain id: go-toolchain
attributes: attributes:
label: Changes to Go ToolChain label: Changes to Go ToolChain
description: "How many tools (such as vet, gopls, gofmt, goimports, etc.) would be affected? " description: How many tools (such as vet, gopls, gofmt, goimports, etc.) would be affected?
validations: validations:
required: false required: false
@ -151,15 +151,14 @@ body:
id: perf-costs id: perf-costs
attributes: attributes:
label: Performance Costs label: Performance Costs
description: "What is the compile time cost? What is the run time cost? " description: What is the compile time cost? What is the run time cost?
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: prototype id: prototype
attributes: attributes:
label: "Prototype" label: Prototype
description: "Can you describe a possible implementation?" description: Can you describe a possible implementation?
validations: validations:
required: false required: false