Skip to content

Commit 552baa9

Browse files
authored
Merge pull request #3718 from bhcleek/issue-template
update issue template structure
2 parents 8d7ccd1 + 7a1b85c commit 552baa9

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE/default.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Bug Report
3+
about: Use this template for all issues
4+
---
5+
<!--
6+
Before filing an issue, please check if vim-go's help addresses your problem (see `:help go-troubleshooting`).
7+
8+
Consider executing `:GoReportGitHubIssue` to populate much of this information automatically.
9+
-->
10+
### What did you do? (required: The issue will be **closed** when not provided)
11+
12+
<!--
13+
If possible, please provide clear steps for reproducing the problem.
14+
-->
15+
16+
### What did you expect to happen?
17+
18+
### What happened instead?
19+
20+
### Configuration (**MUST** fill this out):
21+
22+
#### vim-go version:
23+
24+
#### `vimrc` you used to reproduce:
25+
<!--
26+
Use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line vimrc.
27+
28+
If this is not provided or is obviously incomplete, the issue may be unceremoniously closed.
29+
-->
30+
<!-- vimrc -->
31+
<details><summary>vimrc</summary>
32+
33+
```vim
34+
35+
```
36+
</details>
37+
38+
#### Vim version (first three lines from `:version`):
39+
<!-- :version -->
40+
41+
#### Go version (`go version`):
42+
<!-- go version -->
43+
44+
#### Go environment
45+
<details><summary><code>go env</code> Output:</summary><br><pre>
46+
<!-- go env -->
47+
48+
</pre></details>
49+
50+
#### gopls version
51+
<details><summary><code>gopls version</code> Output:</summary><br><pre>
52+
<!-- gopls version -->
53+
54+
</pre></details>

0 commit comments

Comments
 (0)