chore: Require related chart name in issues

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-09-27 11:29:07 +02:00
parent 735f212f96
commit 132c5b08e9
2 changed files with 34 additions and 0 deletions

View file

@ -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

View file

@ -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