mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-go/.github/ISSUE_TEMPLATE.md

31 lines
722 B
Markdown
Raw Normal View History

2019-05-17 10:09:13 -04:00
### What did you do? (required: The issue will be **closed** when not provided)
2016-03-14 06:04:57 -04:00
2019-05-17 10:09:13 -04:00
<!--
If possible, please provide clear steps for reproducing the problem.
-->
2016-03-14 06:04:57 -04:00
### What did you expect to happen?
2016-03-14 06:04:57 -04:00
### What happened instead?
2016-03-14 06:04:57 -04:00
### Configuration (**MUST** fill this out):
2016-03-14 06:04:57 -04:00
2019-05-17 10:09:13 -04:00
#### vim-go version:
2019-05-17 10:09:13 -04:00
#### `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>
2019-05-17 10:09:13 -04:00
</pre></details>
2018-06-14 06:31:12 -04:00
2019-05-17 10:09:13 -04:00
#### Vim version (first three lines from `:version`):
2019-08-22 11:36:17 -04:00
<!-- :version -->
2018-06-14 06:31:12 -04:00
2019-08-22 11:36:17 -04:00
#### Go version (`go version`):
<!-- go version -->
2019-05-17 10:09:13 -04:00
#### Go environment
<details><summary><code>go env</code> Output:</summary><br><pre>
2019-08-22 11:36:17 -04:00
<!-- go env -->
2019-05-17 10:09:13 -04:00
</pre></details>