Merge pull request #758 from zitadel/hifabienne-patch-1
chore: update issue templates
This commit is contained in:
commit
d6e37fa741
4 changed files with 5 additions and 46 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -2,6 +2,7 @@ name: Bug Report
|
||||||
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."
|
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."
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
|
type: Bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/docs.yaml
vendored
1
.github/ISSUE_TEMPLATE/docs.yaml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: 📄 Documentation
|
name: 📄 Documentation
|
||||||
description: Create an issue for missing or wrong documentation.
|
description: Create an issue for missing or wrong documentation.
|
||||||
labels: ["docs"]
|
labels: ["docs"]
|
||||||
|
type: task
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
name: 🛠️ Improvement
|
name: 🛠️ Improvement
|
||||||
description: "Create an new issue for an improvment in ZITADEL"
|
description: "Create an new issue for an improvment in ZITADEL"
|
||||||
labels: ["improvement"]
|
labels: ["enhancement"]
|
||||||
|
type: enhancement
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this improvement request
|
Thanks for taking the time to fill out this proposal / feature reqeust
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: preflight
|
id: preflight
|
||||||
attributes:
|
attributes:
|
44
.github/ISSUE_TEMPLATE/proposal.yaml
vendored
44
.github/ISSUE_TEMPLATE/proposal.yaml
vendored
|
@ -1,44 +0,0 @@
|
||||||
name: 💡 Proposal / Feature request
|
|
||||||
description: "Create an issue for a feature request/proposal."
|
|
||||||
labels: ["enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Thanks for taking the time to fill out this proposal / feature reqeust
|
|
||||||
- type: checkboxes
|
|
||||||
id: preflight
|
|
||||||
attributes:
|
|
||||||
label: Preflight Checklist
|
|
||||||
options:
|
|
||||||
- label:
|
|
||||||
I could not find a solution in the existing issues, docs, nor discussions
|
|
||||||
required: true
|
|
||||||
- label:
|
|
||||||
I have joined the [ZITADEL chat](https://zitadel.com/chat)
|
|
||||||
- type: textarea
|
|
||||||
id: problem
|
|
||||||
attributes:
|
|
||||||
label: Describe your problem
|
|
||||||
description: Please describe your problem this proposal / feature is supposed to solve.
|
|
||||||
placeholder: Describe the problem you have.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: solution
|
|
||||||
attributes:
|
|
||||||
label: Describe your ideal solution
|
|
||||||
description: Which solution do you propose?
|
|
||||||
placeholder: As a [type of user], I want [some goal] so that [some reason].
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: Version
|
|
||||||
description: Which version of the OIDC Library are you using.
|
|
||||||
- type: textarea
|
|
||||||
id: additional
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: Please add any other infos that could be useful.
|
|
Loading…
Add table
Add a link
Reference in a new issue