From b9b4d29725d99c9c388f200e15998c880d50a92b Mon Sep 17 00:00:00 2001 From: Mark Gray Date: Wed, 13 Apr 2022 13:49:04 -0700 Subject: [PATCH] few more minor tweaks to templates --- .github/ISSUE_TEMPLATE/4_azapi_bug.yml | 14 +++++++------- .github/ISSUE_TEMPLATE/5_aztfy_bug.yml | 7 +++---- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/4_azapi_bug.yml b/.github/ISSUE_TEMPLATE/4_azapi_bug.yml index 7937f808..ac4e9dd8 100644 --- a/.github/ISSUE_TEMPLATE/4_azapi_bug.yml +++ b/.github/ISSUE_TEMPLATE/4_azapi_bug.yml @@ -41,6 +41,13 @@ body: description: A concise description of what you expected to happen. validations: required: true +- type: textarea + attributes: + label: Terraform configuration + description: Please provide the minimum Terraform configuration that is resulting in the bug / issue. + render: terraform + validations: + required: true - type: textarea attributes: label: Steps To Reproduce @@ -53,13 +60,6 @@ body: 2. See error... validations: required: false -- type: textarea - attributes: - label: Terraform configuration - description: Please provide the minimum Terraform configuration that is resulting in the bug / issue. - render: terraform - validations: - required: true - type: textarea attributes: label: Anything else? diff --git a/.github/ISSUE_TEMPLATE/5_aztfy_bug.yml b/.github/ISSUE_TEMPLATE/5_aztfy_bug.yml index 5d24f8ad..593facf3 100644 --- a/.github/ISSUE_TEMPLATE/5_aztfy_bug.yml +++ b/.github/ISSUE_TEMPLATE/5_aztfy_bug.yml @@ -28,11 +28,10 @@ body: description: Steps to reproduce the behavior. placeholder: | 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... + 2. Run '...' + 3. See error... validations: - required: false + required: true - type: textarea attributes: label: Anything else?