File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Original file line Diff line number Diff line change @@ -42,7 +42,7 @@ Possible file names for issue templates:
42
- ` .gitea/ISSUE_TEMPLATE.yml `
42
- ` .gitea/ISSUE_TEMPLATE.yml `
43
- ` .gitea/issue_template.md `
43
- ` .gitea/issue_template.md `
44
- ` .gitea/issue_template.yaml `
44
- ` .gitea/issue_template.yaml `
45
- - ` .gitea/issue_template.md `
45
+ - ` .gitea/issue_template.yml `
46
- ` .github/ISSUE_TEMPLATE.md `
46
- ` .github/ISSUE_TEMPLATE.md `
47
- ` .github/ISSUE_TEMPLATE.yaml `
47
- ` .github/ISSUE_TEMPLATE.yaml `
48
- ` .github/ISSUE_TEMPLATE.yml `
48
- ` .github/ISSUE_TEMPLATE.yml `
Original file line number Original file line Diff line number Diff line change @@ -62,7 +62,7 @@ Gitea 支持两种格式的模板:Markdown 和 YAML。
62
- ` .gitea/ISSUE_TEMPLATE.yml `
62
- ` .gitea/ISSUE_TEMPLATE.yml `
63
- ` .gitea/issue_template.md `
63
- ` .gitea/issue_template.md `
64
- ` .gitea/issue_template.yaml `
64
- ` .gitea/issue_template.yaml `
65
- - ` .gitea/issue_template.md `
65
+ - ` .gitea/issue_template.yml `
66
- ` .github/ISSUE_TEMPLATE.md `
66
- ` .github/ISSUE_TEMPLATE.md `
67
- ` .github/ISSUE_TEMPLATE.yaml `
67
- ` .github/ISSUE_TEMPLATE.yaml `
68
- ` .github/ISSUE_TEMPLATE.yml `
68
- ` .github/ISSUE_TEMPLATE.yml `
Original file line number Original file line Diff line number Diff line change @@ -81,7 +81,7 @@ var IssueTemplateCandidates = []string{
81
".gitea/ISSUE_TEMPLATE.yml" ,
81
".gitea/ISSUE_TEMPLATE.yml" ,
82
".gitea/issue_template.md" ,
82
".gitea/issue_template.md" ,
83
".gitea/issue_template.yaml" ,
83
".gitea/issue_template.yaml" ,
84
- ".gitea/issue_template.md " ,
84
+ ".gitea/issue_template.yml " ,
85
".github/ISSUE_TEMPLATE.md" ,
85
".github/ISSUE_TEMPLATE.md" ,
86
".github/ISSUE_TEMPLATE.yaml" ,
86
".github/ISSUE_TEMPLATE.yaml" ,
87
".github/ISSUE_TEMPLATE.yml" ,
87
".github/ISSUE_TEMPLATE.yml" ,
You can’t perform that action at this time.
0 commit comments