|
|
|
@ -31,9 +31,12 @@ const (
|
|
|
|
|
|
|
|
|
|
var ( |
|
|
|
|
pullRequestTemplateCandidates = []string{ |
|
|
|
|
"PULL_REQUEST.md", |
|
|
|
|
".gogs/PULL_REQUEST.md", |
|
|
|
|
".github/PULL_REQUEST.md", |
|
|
|
|
"PULL_REQUEST_TEMPLATE.md", |
|
|
|
|
"pull_request_template.md", |
|
|
|
|
".gitea/PULL_REQUEST_TEMPLATE.md", |
|
|
|
|
".gitea/pull_request_template.md", |
|
|
|
|
".github/PULL_REQUEST_TEMPLATE.md", |
|
|
|
|
".github/pull_request_template.md", |
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|