Skip to content

Commit 4a99ee2

Browse files
authored
Merge pull request #7766 from nextcloud/feature/gh-issue-types-templates
github: Implement issue types in issue templates
2 parents c393b2c + 9b32a7b commit 4a99ee2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "🐞 Bug report"
22
description: "Help us to improve by reporting a bug"
33
title: "[Bug]: "
44
labels: ["bug", "0. Needs triage"]
5+
type: "Bug"
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/feature.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: 🚀 Feature request
33
about: Suggest an idea for this app
44
labels: 0. Needs triage, enhancement
5+
type: Enhancement
56
---
67

78
<!--- Please keep this note for other contributors -->

0 commit comments

Comments
 (0)