diff --git a/autoload/go/issue.vim b/autoload/go/issue.vim index 4bd5fdddfb..00ac62c261 100644 --- a/autoload/go/issue.vim +++ b/autoload/go/issue.vim @@ -2,7 +2,7 @@ let s:cpo_save = &cpo set cpo&vim -let s:templatepath = go#util#Join(resolve(expand(':p:h:h:h')), '.github', 'ISSUE_TEMPLATE.md') +let s:templatepath = go#util#Join(resolve(expand(':p:h:h:h')), '.github', 'issue_template.md') function! go#issue#New() abort let body = go#uri#Encode(s:issuebody())