loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Align ISSUE_TEMPLATE with the new label system (#27573)

As title

authored by

Nanguan Lin and committed by
GitHub
248b7ee8 ebe803e5

+3 -3
+1 -1
.github/ISSUE_TEMPLATE/bug-report.yaml
··· 1 1 name: Bug Report 2 2 description: Found something you weren't expecting? Report it here! 3 - labels: ["kind/bug"] 3 + labels: ["type/bug"] 4 4 body: 5 5 - type: markdown 6 6 attributes:
+1 -1
.github/ISSUE_TEMPLATE/feature-request.yaml
··· 1 1 name: Feature Request 2 2 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"] 4 4 body: 5 5 - type: markdown 6 6 attributes:
+1 -1
.github/ISSUE_TEMPLATE/ui.bug-report.yaml
··· 1 1 name: Web Interface Bug Report 2 2 description: Something doesn't look quite as it should? Report it here! 3 - labels: ["kind/bug", "kind/ui"] 3 + labels: ["type/bug", "topic/ui"] 4 4 body: 5 5 - type: markdown 6 6 attributes: