chore: add type to issue templates

Signed-off-by: Simon L. <szaimen@e.mail.de>
pull/54111/head
Simon L. 2 months ago
parent 345df00c28
commit 4ee1cf5628
  1. 1
      .github/ISSUE_TEMPLATE/BUG_REPORT.yml
  2. 2
      .github/ISSUE_TEMPLATE/Feature_request.md

@ -4,6 +4,7 @@ name: "🐛 Bug report: Nextcloud Server"
description: "Submit a report and help us improve Nextcloud Server"
title: "[Bug]: "
labels: ["bug", "0. Needs triage"]
type: "Bug"
body:
- type: markdown
attributes:

@ -2,6 +2,8 @@
name: 🚀 Feature request
about: Suggest an idea for this project
labels: enhancement, 0. Needs triage
type: "Enhancement"
---
<!--

Loading…
Cancel
Save