Skip to content

Commit 8465d62

Browse files
committed
make some sections collapsible in ISSUE_TEMPLATE.md
1 parent e1ef9d5 commit 8465d62

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/ISSUE_TEMPLATE.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
### What did you do? (required. The issue will be **closed** when not provided.)
1+
### What did you do? (required: The issue will be **closed** when not provided)
22

3+
<!--
4+
If possible, please provide clear steps for reproducing the problem.
5+
-->
36

47
### What did you expect to happen?
58

@@ -9,13 +12,18 @@
912

1013
### Configuration (**MUST** fill this out):
1114

12-
* vim-go version:
15+
#### vim-go version:
1316

14-
* `vimrc` you used to reproduce (use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
17+
#### `vimrc` you used to reproduce (use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
18+
<details><summary>vimrc</summary><br><pre>
1519

16-
* Vim version (first three lines from `:version`):
20+
</pre></details>
1721

18-
* Go version (`go version`):
22+
#### Vim version (first three lines from `:version`):
1923

20-
* Go environment (`go env`):
24+
#### Go version (`go version`):
2125

26+
#### Go environment
27+
<details><summary><code>go env</code> Output:</summary><br><pre>
28+
29+
</pre></details>

0 commit comments

Comments
 (0)