mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -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`
 | 
			
		||||
 
 | 
			
		||||
@@ -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`
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user