Skip to content

Commit d6e37fa

Browse files
authored
Merge pull request #758 from zitadel/hifabienne-patch-1
chore: update issue templates
2 parents e1415ef + 8e1e517 commit d6e37fa

File tree

4 files changed

+5
-46
lines changed

4 files changed

+5
-46
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Bug Report
22
description: "Create a bug report to help us improve ZITADEL. Click [here](https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#product-management) to see how we process your issue."
33
title: "[Bug]: "
44
labels: ["bug"]
5+
type: Bug
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: 📄 Documentation
22
description: Create an issue for missing or wrong documentation.
33
labels: ["docs"]
4+
type: task
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/improvement.yaml renamed to .github/ISSUE_TEMPLATE/enhancement.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: 🛠️ Improvement
22
description: "Create an new issue for an improvment in ZITADEL"
3-
labels: ["improvement"]
3+
labels: ["enhancement"]
4+
type: enhancement
45
body:
56
- type: markdown
67
attributes:
78
value: |
8-
Thanks for taking the time to fill out this improvement request
9+
Thanks for taking the time to fill out this proposal / feature reqeust
910
- type: checkboxes
1011
id: preflight
1112
attributes:

.github/ISSUE_TEMPLATE/proposal.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)