mirror of
https://github.com/golang/go
synced 2024-11-11 18:51:37 -07:00
3e67f46d4f
The multiple issue templates pre-populate the issue title with a prefix that Go issues customarily have. The "affected/package" phrase is short for "the import path of the affected package". Let's try simplifying it to just "import/path", and also include "issue title" to make the title a more representative template of what the final title should look like. Updates #29839. Change-Id: I9736d24cf3d0a51536ac13dd07dd189fb51da021 Reviewed-on: https://go-review.googlesource.com/c/go/+/544556 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev>
16 lines
471 B
YAML
16 lines
471 B
YAML
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
|