Skip to content

Commit 2ffd728

Browse files
authored
Merge pull request #54111 from nextcloud/enh/noid/add-types-to-issue-templates
chore: add type to issue templates
2 parents 345df00 + 4ee1cf5 commit 2ffd728

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.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)