mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							467202d0a6
						
					
				
				
					commit
					dc3ff9f2ab
				
			@@ -50,8 +50,11 @@ var (
 | 
				
			|||||||
	// IssueTemplateCandidates issue templates
 | 
						// IssueTemplateCandidates issue templates
 | 
				
			||||||
	IssueTemplateCandidates = []string{
 | 
						IssueTemplateCandidates = []string{
 | 
				
			||||||
		"ISSUE_TEMPLATE.md",
 | 
							"ISSUE_TEMPLATE.md",
 | 
				
			||||||
		".gogs/ISSUE_TEMPLATE.md",
 | 
							"issue_template.md",
 | 
				
			||||||
 | 
							".gitea/ISSUE_TEMPLATE.md",
 | 
				
			||||||
 | 
							".gitea/issue_template.md",
 | 
				
			||||||
		".github/ISSUE_TEMPLATE.md",
 | 
							".github/ISSUE_TEMPLATE.md",
 | 
				
			||||||
 | 
							".github/issue_template.md",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,9 +31,12 @@ const (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
var (
 | 
					var (
 | 
				
			||||||
	pullRequestTemplateCandidates = []string{
 | 
						pullRequestTemplateCandidates = []string{
 | 
				
			||||||
		"PULL_REQUEST.md",
 | 
							"PULL_REQUEST_TEMPLATE.md",
 | 
				
			||||||
		".gogs/PULL_REQUEST.md",
 | 
							"pull_request_template.md",
 | 
				
			||||||
		".github/PULL_REQUEST.md",
 | 
							".gitea/PULL_REQUEST_TEMPLATE.md",
 | 
				
			||||||
 | 
							".gitea/pull_request_template.md",
 | 
				
			||||||
 | 
							".github/PULL_REQUEST_TEMPLATE.md",
 | 
				
			||||||
 | 
							".github/pull_request_template.md",
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user