aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/usage
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 /docs/content/doc/usage
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 'docs/content/doc/usage')
-rw-r--r--docs/content/doc/usage/issue-pull-request-templates.en-us.md2
-rw-r--r--docs/content/doc/usage/issue-pull-request-templates.zh-cn.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/usage/issue-pull-request-templates.en-us.md b/docs/content/doc/usage/issue-pull-request-templates.en-us.md
index f1d577e77b..0cf63625b6 100644
--- a/docs/content/doc/usage/issue-pull-request-templates.en-us.md
+++ b/docs/content/doc/usage/issue-pull-request-templates.en-us.md
@@ -42,7 +42,7 @@ Possible file names for issue templates:
- `.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`
diff --git a/docs/content/doc/usage/issue-pull-request-templates.zh-cn.md b/docs/content/doc/usage/issue-pull-request-templates.zh-cn.md
index a697f97972..866378e2ac 100644
--- a/docs/content/doc/usage/issue-pull-request-templates.zh-cn.md
+++ b/docs/content/doc/usage/issue-pull-request-templates.zh-cn.md
@@ -62,7 +62,7 @@ Gitea 支持两种格式的模板:Markdown 和 YAML。
- `.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`