From 4ee1cf5628016dd7315bc12c937566da57163616 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 28 Jul 2025 11:13:24 +0200 Subject: [PATCH] chore: add type to issue templates Signed-off-by: Simon L. --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 + .github/ISSUE_TEMPLATE/Feature_request.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index b4a18f4b413c6..7ed9804166d04 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 468572c9b6a6f..596507584d20f 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -2,6 +2,8 @@ name: 🚀 Feature request about: Suggest an idea for this project labels: enhancement, 0. Needs triage +type: "Enhancement" + ---