diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/default.md b/.github/ISSUE_TEMPLATE/default.md new file mode 100644 index 0000000000..00eefba652 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/default.md @@ -0,0 +1,54 @@ +--- +name: Bug Report +about: Use this template for all issues +--- + +### What did you do? (required: The issue will be **closed** when not provided) + + + +### What did you expect to happen? + +### What happened instead? + +### Configuration (**MUST** fill this out): + +#### vim-go version: + +#### `vimrc` you used to reproduce: + + +
vimrc + +```vim + +``` +
+ +#### Vim version (first three lines from `:version`): + + +#### Go version (`go version`): + + +#### Go environment +
go env Output:
+
+
+
+ +#### gopls version +
gopls version Output:
+
+
+