Skip to content

Commit

Permalink
make some sections collapsible in ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed May 4, 2019
1 parent e1ef9d5 commit 8465d62
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### What did you do? (required. The issue will be **closed** when not provided.)
### What did you do? (required: The issue will be **closed** when not provided)

<!--
If possible, please provide clear steps for reproducing the problem.
-->

### What did you expect to happen?

Expand All @@ -9,13 +12,18 @@

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

* vim-go version:
#### vim-go version:

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

* Vim version (first three lines from `:version`):
</pre></details>

* Go version (`go version`):
#### Vim version (first three lines from `:version`):

* Go environment (`go env`):
#### Go version (`go version`):

#### Go environment
<details><summary><code>go env</code> Output:</summary><br><pre>

</pre></details>

0 comments on commit 8465d62

Please sign in to comment.