forked from argoproj/argo-helm
chore: Require related chart name in issues (#942)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marko Bevc <marko@scalefactory.com>main
parent
20a60648c3
commit
9984a74eb2
|
@ -11,6 +11,23 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Related helm chart
|
||||
description: You may select more than one.
|
||||
multiple: true
|
||||
options:
|
||||
- argo-cd
|
||||
- argo-events
|
||||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-applicationset
|
||||
- argocd-image-updater
|
||||
- argocd-notifications
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
|
|
|
@ -13,6 +13,23 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Related helm chart
|
||||
description: You may select more than one.
|
||||
multiple: true
|
||||
options:
|
||||
- argo-cd
|
||||
- argo-events
|
||||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-applicationset
|
||||
- argocd-image-updater
|
||||
- argocd-notifications
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
|
|
Loading…
Reference in New Issue