mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
chore: ask for urgency proposal
This commit is contained in:
parent
ed42dde463
commit
f3b3362660
12
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
12
.github/ISSUE_TEMPLATE/BUG_REPORT.yaml
vendored
@ -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:
|
||||
|
10
.github/ISSUE_TEMPLATE/enhancement.yaml
vendored
10
.github/ISSUE_TEMPLATE/enhancement.yaml
vendored
@ -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:
|
||||
|
7
.github/workflows/ready_for_review.yml
vendored
7
.github/workflows/ready_for_review.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user