We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6788d1 + 730f6f9 commit 06ac993Copy full SHA for 06ac993
autoload/go/issue.vim
@@ -2,7 +2,7 @@
2
let s:cpo_save = &cpo
3
set cpo&vim
4
5
-let s:templatepath = go#util#Join(resolve(expand('<sfile>:p:h:h:h')), '.github', 'ISSUE_TEMPLATE.md')
+let s:templatepath = go#util#Join(resolve(expand('<sfile>:p:h:h:h')), '.github', 'issue_template.md')
6
7
function! go#issue#New() abort
8
let body = go#uri#Encode(s:issuebody())
0 commit comments