go/.github/ISSUE_TEMPLATE/10-proposal.yml

16 lines
462 B
YAML

name: Proposals
description: New external API or other notable changes
title: "proposal: affected/package: "
labels: ["Proposal"]
body:
- type: markdown
attributes:
value: "Our proposal process is documented here: https://go.dev/s/proposal-process"
- type: textarea
id: proposal-details
attributes:
label: "Proposal Details"
description: "Please provide the details of your proposal here."
validations:
required: true