Skip to content

Commit

Permalink
.github: update issue template to collapse version details
Browse files Browse the repository at this point in the history
The version information section is becoming very long, as some
of the commands that need to be run produce long output. Collapse
the version information under a details section so this can be
collapsed when investigating the issues.

Also comment out the initial instructions, since these are to help
the user when they are creating an issue, and does not need to be
included in the actual issue text.

Change-Id: Ic94eac1b1bb855f6306385194c07606dbda5ed0e
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/343730
Trust: Suzy Mueller <[email protected]>
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
suzmue authored and hyangah committed Aug 25, 2021
1 parent ebd07b1 commit 33d814a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: ''
assignees: ''

---

<!--
For asking questions, see:
- [Stack Overflow](https://stackoverflow.com/questions/tagged/go+visual-studio-code)
- [GitHub Discussions (Help)](https://github.com/golang/vscode-go/discussions/categories/help)
Expand All @@ -17,8 +17,11 @@ Before filing an issue, please review our troubleshooting guides
* [Troubleshooting other problems](https://github.com/golang/vscode-go/tree/master/docs/troubleshooting.md)
Please answer these questions before submitting your issue. Thanks!
-->

### What version of Go, VS Code & VS Code Go extension are you using?
<details><summary>Version Information</summary><br>

* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- <Paste go version here>
* Run `gopls -v version` to get version of Gopls from _the VS Code integrated terminal_.
Expand All @@ -29,6 +32,7 @@ Please answer these questions before submitting your issue. Thanks!
- <Paste Go extension version here>
* Run Ctrl+Shift+P (Cmd+Shift+P on Mac OS) > `Go: Locate Configured Go Tools` command.
- <Paste the output here>
</details>

### Share the Go related settings you have added/edited

Expand Down

0 comments on commit 33d814a

Please sign in to comment.