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
Marco Kilchhofer 2021-09-27 13:44:37 +02:00 committed by GitHub
parent 20a60648c3
commit 9984a74eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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