Merge pull request #2033 from fluxcd/update-issue-template
Add flux version to issue template
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -48,19 +48,18 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Flux version
|
label: Flux version
|
||||||
description: Run `flux --version` to check. If not applicable, write `N/A`.
|
description: Run `flux version --client`. If not applicable, write `N/A`.
|
||||||
placeholder: e.g. 0.16.1
|
placeholder: e.g. v0.20.1
|
||||||
- type: textarea
|
- type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Flux check
|
label: Flux check
|
||||||
description: Run `flux check` to check. If not applicable, write `N/A`.
|
description: Run `flux check`. If not applicable, write `N/A`.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
For example:
|
For example:
|
||||||
► checking prerequisites
|
► checking prerequisites
|
||||||
✔ kubectl 1.21.0 >=1.18.0-0
|
✔ Kubernetes 1.21.1 >=1.19.0-0
|
||||||
✔ Kubernetes 1.21.1 >=1.16.0-0
|
|
||||||
► checking controllers
|
► checking controllers
|
||||||
✔ all checks passed
|
✔ all checks passed
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
Reference in New Issue
Block a user