aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
index cd4274fab1..50b5db4cdd 100644
--- a/.github/ISSUE_TEMPLATE
+++ b/.github/ISSUE_TEMPLATE
@@ -1,20 +1,20 @@
Please answer these questions before submitting your issue. Thanks!
-1. What version of Go are you using (`go version`)?
+### What version of Go are you using (`go version`)?
-2. What operating system and processor architecture are you using (`go env`)?
+### What operating system and processor architecture are you using (`go env`)?
-3. What did you do?
+### What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
-4. What did you expect to see?
+### What did you expect to see?
-5. What did you see instead?
+### What did you see instead?