Skip to content

Commit

Permalink
docs(cmd/gno): sync gno bug template (#2566)
Browse files Browse the repository at this point in the history
Update bug template to be consistent with each other
  • Loading branch information
yukionfire authored Jul 10, 2024
1 parent c162dc0 commit 386f8bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 4 additions & 3 deletions gnovm/cmd/gno/bug.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 386f8bd

Please sign in to comment.