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.
这个提交包含在:
Jason Song
2022-09-09 11:22:33 +08:00
提交者 GitHub
父节点 619eed913c
当前提交 5f127a729e
修改 3 个文件,包含 3 行新增3 行删除
+1 -1
查看文件
@@ -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",