From 386f8bd8d8f3707e9a3afe4c47a64ebb04ab31ed Mon Sep 17 00:00:00 2001 From: yukionfire Date: Thu, 11 Jul 2024 00:46:34 +0800 Subject: [PATCH] docs(cmd/gno): sync `gno bug` template (#2566) Update bug template to be consistent with each other --- .github/ISSUE_TEMPLATE/BUG-REPORT.md | 6 +++--- gnovm/cmd/gno/bug.go | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.md b/.github/ISSUE_TEMPLATE/BUG-REPORT.md index 6d0f2e573c3..70a20a4c47e 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.md @@ -12,9 +12,9 @@ Describe your issue in as much detail as possible here ### Your environment -* OS and version -* version of gno -* branch that causes this issue (with the commit hash) +* Go version (example: go1.22.4) +* OS and CPU architecture (example: linux/amd64) +* Gno commit hash causing the issue (example: f24690e7ebf325bffcfaf9e328c3df8e6b21e50c) ### Steps to reproduce diff --git a/gnovm/cmd/gno/bug.go b/gnovm/cmd/gno/bug.go index 8d4661e3de8..a1273d9ad59 100644 --- a/gnovm/cmd/gno/bug.go +++ b/gnovm/cmd/gno/bug.go @@ -23,8 +23,9 @@ Describe your issue in as much detail as possible here ### Your environment -* go version {{.GoVersion}} {{.Os}}/{{.Arch}} -* gno commit that causes this issue: {{.Commit}} +* Go version: {{.GoVersion}} +* OS and CPU architecture: {{.Os}}/{{.Arch}} +* Gno commit hash causing the issue: {{.Commit}} ### Steps to reproduce @@ -65,7 +66,7 @@ func newBugCmd(io commands.IO) *commands.Command { The new issue body is prefilled for you with the following information: -- Go version (example: go1.22.2) +- Go version (example: go1.22.4) - OS and CPU architecture (example: linux/amd64) - Gno commit hash causing the issue (example: f24690e7ebf325bffcfaf9e328c3df8e6b21e50c)