Browse Source

Align ISSUE_TEMPLATE with the new label system (#27573)

As title
pull/27576/head
Nanguan Lin 2 years ago committed by GitHub
parent
commit
248b7ee850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/ISSUE_TEMPLATE/bug-report.yaml
  2. 2
      .github/ISSUE_TEMPLATE/feature-request.yaml
  3. 2
      .github/ISSUE_TEMPLATE/ui.bug-report.yaml

2
.github/ISSUE_TEMPLATE/bug-report.yaml

@ -1,6 +1,6 @@
name: Bug Report name: Bug Report
description: Found something you weren't expecting? Report it here! description: Found something you weren't expecting? Report it here!
labels: ["kind/bug"] labels: ["type/bug"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

2
.github/ISSUE_TEMPLATE/feature-request.yaml

@ -1,6 +1,6 @@
name: Feature Request name: Feature Request
description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here! description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here!
labels: ["kind/proposal"] labels: ["type/proposal"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

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

@ -1,6 +1,6 @@
name: Web Interface Bug Report name: Web Interface Bug Report
description: Something doesn't look quite as it should? Report it here! description: Something doesn't look quite as it should? Report it here!
labels: ["kind/bug", "kind/ui"] labels: ["type/bug", "topic/ui"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

Loading…
Cancel
Save