chore: Require related chart name in issues
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
735f212f96
commit
132c5b08e9
2 changed files with 34 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -11,6 +11,23 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: To Reproduce
|
label: To Reproduce
|
||||||
|
|
17
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
17
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -13,6 +13,23 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the solution you'd like
|
label: Describe the solution you'd like
|
||||||
|
|
Loading…
Reference in a new issue