mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
chore: update bug template (#6924)
Provide link to the product management in the issue's markdown instead of description. This allows people to actually follow the link when creating an issue.
This commit is contained in:
parent
9ed956383f
commit
8c20548db7
5
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
5
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
@ -1,12 +1,13 @@
|
||||
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."
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
Learn more in our [contribution guide](https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#product-management) on how we will process your issue.
|
||||
- type: checkboxes
|
||||
id: preflight
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user