1
0
Fork 0
mirror of synced 2024-06-28 11:41:10 -04:00
ultimate-vim/sources_non_forked/vim-go/.github/ISSUE_TEMPLATE.md
2019-05-16 14:48:47 -05:00

30 lines
671 B
Markdown

### 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?
### What happened instead?
### Configuration (**MUST** fill this out):
#### 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):
<details><summary>vimrc</summary><br><pre>
</pre></details>
#### Vim version (first three lines from `:version`):
#### Go version (`go version`):
#### Go environment
<details><summary><code>go env</code> Output:</summary><br><pre>
</pre></details>