File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 50
50
// IssueTemplateCandidates issue templates
51
51
IssueTemplateCandidates = []string {
52
52
"ISSUE_TEMPLATE.md" ,
53
- ".gogs/ISSUE_TEMPLATE.md" ,
53
+ "issue_template.md" ,
54
+ ".gitea/ISSUE_TEMPLATE.md" ,
55
+ ".gitea/issue_template.md" ,
54
56
".github/ISSUE_TEMPLATE.md" ,
57
+ ".github/issue_template.md" ,
55
58
}
56
59
)
57
60
Original file line number Diff line number Diff line change @@ -31,9 +31,12 @@ const (
31
31
32
32
var (
33
33
pullRequestTemplateCandidates = []string {
34
- "PULL_REQUEST.md" ,
35
- ".gogs/PULL_REQUEST.md" ,
36
- ".github/PULL_REQUEST.md" ,
34
+ "PULL_REQUEST_TEMPLATE.md" ,
35
+ "pull_request_template.md" ,
36
+ ".gitea/PULL_REQUEST_TEMPLATE.md" ,
37
+ ".gitea/pull_request_template.md" ,
38
+ ".github/PULL_REQUEST_TEMPLATE.md" ,
39
+ ".github/pull_request_template.md" ,
37
40
}
38
41
)
39
42
You can’t perform that action at this time.
0 commit comments