diff options
author | Jason Song <i@wolfogre.com> | 2022-09-09 11:22:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 11:22:33 +0800 |
commit | 5f127a729e570fafe9364ef1768c2b79afde7261 (patch) | |
tree | 3ca45ed5bf6cb97db49eecfa7eb4650d54aa296a /docs/content/doc/usage/issue-pull-request-templates.zh-cn.md | |
parent | 619eed913c110ee202ca6fd4cfa1ebccbd3601cf (diff) | |
download | gitea-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/issue-pull-request-templates.zh-cn.md')
-rw-r--r-- | docs/content/doc/usage/issue-pull-request-templates.zh-cn.md | 2 |
1 files changed, 1 insertions, 1 deletions
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` |