We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe803e commit 248b7eeCopy full SHA for 248b7ee
.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -1,6 +1,6 @@
1
name: Bug Report
2
description: Found something you weren't expecting? Report it here!
3
-labels: ["kind/bug"]
+labels: ["type/bug"]
4
body:
5
- type: markdown
6
attributes:
.github/ISSUE_TEMPLATE/feature-request.yaml
name: Feature Request
description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here!
-labels: ["kind/proposal"]
+labels: ["type/proposal"]
.github/ISSUE_TEMPLATE/ui.bug-report.yaml
name: Web Interface Bug Report
description: Something doesn't look quite as it should? Report it here!
-labels: ["kind/bug", "kind/ui"]
+labels: ["type/bug", "topic/ui"]
0 commit comments