mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Add triage priority to issue templates
This commit is contained in:
parent
ec89a9b106
commit
f851bd80b9
15
.github/ISSUE_TEMPLATE/01-feature_request.yaml
vendored
15
.github/ISSUE_TEMPLATE/01-feature_request.yaml
vendored
@ -24,6 +24,21 @@ body:
|
|||||||
- Data model extension
|
- Data model extension
|
||||||
- New functionality
|
- New functionality
|
||||||
- Change to existing functionality
|
- Change to existing functionality
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Triage priority
|
||||||
|
description: >
|
||||||
|
Issue triage may be prioritized in some cases. Select whichever of the following
|
||||||
|
conditions applies, if any.
|
||||||
|
options:
|
||||||
|
- I volunteer to perform this work (if approved)
|
||||||
|
- I'm a NetBox Labs customer
|
||||||
|
- This is a very minor change
|
||||||
|
- N/A
|
||||||
|
default: 3
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
14
.github/ISSUE_TEMPLATE/02-bug_report.yaml
vendored
14
.github/ISSUE_TEMPLATE/02-bug_report.yaml
vendored
@ -22,6 +22,20 @@ body:
|
|||||||
- Self-hosted
|
- Self-hosted
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Triage priority
|
||||||
|
description: >
|
||||||
|
Issue triage may be prioritized in some cases. Select whichever of the following
|
||||||
|
conditions applies, if any.
|
||||||
|
options:
|
||||||
|
- I volunteer to perform this work (if approved)
|
||||||
|
- I'm a NetBox Labs customer
|
||||||
|
- This is preventing me from using NetBox
|
||||||
|
- N/A
|
||||||
|
default: 3
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: NetBox Version
|
label: NetBox Version
|
||||||
|
Loading…
Reference in New Issue
Block a user