Skip to content

Commit 248b7ee

Browse files
authored
Align ISSUE_TEMPLATE with the new label system (go-gitea#27573)
As title
1 parent ebe803e commit 248b7ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Found something you weren't expecting? Report it here!
3-
labels: ["kind/bug"]
3+
labels: ["type/bug"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here!
3-
labels: ["kind/proposal"]
3+
labels: ["type/proposal"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/ui.bug-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Web Interface Bug Report
22
description: Something doesn't look quite as it should? Report it here!
3-
labels: ["kind/bug", "kind/ui"]
3+
labels: ["type/bug", "topic/ui"]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)