aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2022-09-09 11:22:33 +0800
committerGitHub <noreply@github.com>2022-09-09 11:22:33 +0800
commit5f127a729e570fafe9364ef1768c2b79afde7261 (patch)
tree3ca45ed5bf6cb97db49eecfa7eb4650d54aa296a /routers/web
parent619eed913c110ee202ca6fd4cfa1ebccbd3601cf (diff)
downloadgitea-5f127a729e570fafe9364ef1768c2b79afde7261.tar.gz
gitea-5f127a729e570fafe9364ef1768c2b79afde7261.zip
Fix typo of issue template name (#21117)
Should be - .gitea/issue_template.md - .gitea/issue_template.yaml - .gitea/issue_template.~~md~~yml Related to #20987, #21030.
Diffstat (limited to 'routers/web')
-rw-r--r--routers/web/repo/issue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/repo/issue.go b/routers/web/repo/issue.go
index 06e003bff2..592f7eac8f 100644
--- a/routers/web/repo/issue.go
+++ b/routers/web/repo/issue.go
@@ -81,7 +81,7 @@ var IssueTemplateCandidates = []string{
".gitea/ISSUE_TEMPLATE.yml",
".gitea/issue_template.md",
".gitea/issue_template.yaml",
- ".gitea/issue_template.md",
+ ".gitea/issue_template.yml",
".github/ISSUE_TEMPLATE.md",
".github/ISSUE_TEMPLATE.yaml",
".github/ISSUE_TEMPLATE.yml",