aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/00-bug.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/00-bug.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/00-bug.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/00-bug.yml b/.github/ISSUE_TEMPLATE/00-bug.yml
index 3e64b83655..f3997ec3c1 100644
--- a/.github/ISSUE_TEMPLATE/00-bug.yml
+++ b/.github/ISSUE_TEMPLATE/00-bug.yml
@@ -2,7 +2,6 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Bugs
description: The go command, standard library, or anything else
-labels: [ 'kind/bug', 'bug' ]
title: "import/path: issue title"
body:
@@ -15,18 +14,14 @@ body:
id: go-version
attributes:
label: Go version
- description: What version of Go are you using (`go version`)?
+ description: |
+ What version of Go are you using (`go version`)?
+
+ Note: we only [support](https://go.dev/doc/devel/release#policy) the two most recent major releases.
placeholder: ex. go version go1.20.7 darwin/arm64
validations:
required: true
- - type: checkboxes
- id: reproduce-latest-release
- attributes:
- label: Reproducibility
- options:
- - label: Does this issue reproduce with the latest release?
-
- type: textarea
id: os-and-processor
attributes:
@@ -78,7 +73,7 @@ body:
id: what-did-you-do
attributes:
label: "What did you do?"
- description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on go.dev/play is best."
+ description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on [go.dev/play](https://go.dev/play) is best."
validations:
required: true