aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/03-gopls.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/03-gopls.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/03-gopls.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/03-gopls.yml b/.github/ISSUE_TEMPLATE/03-gopls.yml
index 83759d65d8..5db1315f27 100644
--- a/.github/ISSUE_TEMPLATE/03-gopls.yml
+++ b/.github/ISSUE_TEMPLATE/03-gopls.yml
@@ -25,19 +25,19 @@ 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 better. A failing unit test is the 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 better. A failing unit test is the best."
validations:
required: true
- type: textarea
- id: expected-behavior
+ id: actual-behavior
attributes:
- label: "What did you expect to see?"
+ label: "What did you see happen?"
validations:
required: true
- type: textarea
- id: actual-behavior
+ id: expected-behavior
attributes:
- label: "What did you see instead?"
+ label: "What did you expect to see?"
validations:
required: true
- type: textarea