aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon L. <szaimen@e.mail.de>2025-07-28 11:13:24 +0200
committerSimon L. <szaimen@e.mail.de>2025-07-28 11:13:24 +0200
commit4328aa16d83b126cdbccb620b46c6dcf301eacd3 (patch)
treef13f747a4363638b9bab87c7ca223d5f9975f23b
parentaca5361e865e1e18566c885fe5788954fce1c04a (diff)
downloadnextcloud-server-enh/noid/add-types-to-issue-templates.tar.gz
nextcloud-server-enh/noid/add-types-to-issue-templates.zip
chore: add type to issue templatesenh/noid/add-types-to-issue-templates
Signed-off-by: Simon L. <szaimen@e.mail.de>
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/Feature_request.md2
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index b4a18f4b413..7ed9804166d 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 468572c9b6a..596507584d2 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"
+
---
<!--