Skip to content

Commit 4ee1cf5

Browse files
committed
chore: add type to issue templates
Signed-off-by: Simon L. <[email protected]>
1 parent 345df00 commit 4ee1cf5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: "🐛 Bug report: Nextcloud Server"
44
description: "Submit a report and help us improve Nextcloud Server"
55
title: "[Bug]: "
66
labels: ["bug", "0. Needs triage"]
7+
type: "Bug"
78
body:
89
- type: markdown
910
attributes:

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: 🚀 Feature request
33
about: Suggest an idea for this project
44
labels: enhancement, 0. Needs triage
5+
type: "Enhancement"
6+
57
---
68

79
<!--

0 commit comments

Comments
 (0)