mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +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:
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:
|
||||
|
Reference in New Issue
Block a user