1
0
mirror of https://github.com/golang/go synced 2024-09-29 23:14:29 -06:00
go/.github/ISSUE_TEMPLATE/10-proposal.yml

16 lines
471 B
YAML
Raw Normal View History

name: Proposals
description: New external API or other notable changes
title: "proposal: import/path: proposal title"
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