Skip to content

Commit d38bea7

Browse files
chore(github): Assign types to issues from forms
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent df20def commit d38bea7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report_form.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Bug"
22
description: "Have you encountered a bug? Submit a report and help us improve Nextcloud Mail"
3+
type: "Bug"
34
labels: ["bug", "0. to triage"]
45
body:
56
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Feature request"
22
description: "You have a neat idea that should be implemented?"
3+
type: "Enhancement"
34
labels: ["enhancement", "0. to triage"]
45
body:
56
- type: textarea

0 commit comments

Comments
 (0)