From ef46d7f49cf1df73f062cfa4c4dcece6f5423289 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Mon, 13 Jun 2022 11:11:25 -0400 Subject: [PATCH] Changes from PR review --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 46e00fc7..539ec115 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -44,14 +44,6 @@ body: validations: required: true - - type: input - id: kube-version - attributes: - label: Kubernetes version - description: What version of kuberneties are you using? - validations: - required: true - - type: dropdown id: platform attributes: @@ -68,6 +60,14 @@ body: validations: required: true + - type: input + id: kube-version + attributes: + label: Kubernetes/Platform version + description: What version of your platform/kuberneties are you using? + validations: + required: true + - type: dropdown id: modified-architecture attributes: @@ -112,7 +112,7 @@ body: id: additional-information attributes: label: Additional information - description: Include any relevant log output, links to sosreport, database dumps, screenshots, or other information. + description: Include any relevant log output, links to sosreport, database dumps, screenshots, AWX spec yaml, or other information. validations: required: false