chore: ask for urgency proposal

This commit is contained in:
Elio Bischof 2024-12-03 17:39:49 +01:00
parent ed42dde463
commit f3b3362660
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD
3 changed files with 29 additions and 0 deletions

View File

@ -9,6 +9,18 @@ body:
value: |
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: dropdown
id: severity
attributes:
label: Severity
description: How severe is the bug?
options:
- Low (it can wait)
- Medium (it should be backlogged)
- High (it should be prioritized)
- Critical (it should be worked on immediately)
validations:
required: true
- type: checkboxes
id: preflight
attributes:

View File

@ -7,6 +7,16 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this proposal / feature reqeust
- type: dropdown
id: urgency
attributes:
label: Urgency
description: How urgent is this proposal?
options:
- Low (it can wait)
- Medium (it should be backlogged)
- High (it should be prioritized)
- Critical (it should be worked on immediately)
- type: checkboxes
id: preflight
attributes:

View File

@ -11,6 +11,13 @@ jobs:
script: |
const content = `### Thanks for your contribution @${{ github.event.pull_request.user.login }}! 🎉
How urgent is this PR review for you? Please select one of the following levels:
- [ ] Low (shoud be reviewed on best effort)
- [ ] Medium (should be reviewed within 14 days)
- [ ] High (should be reviewed within 2 days)
- [ ] Critical (should be reviewed now)
Please make sure you tick the following checkboxes before marking this Pull Request (PR) as ready for review:
- [ ] I am happy with the code