From 9ca1b18988740b37a2f5ad99ac7e754d6c8d8e8c Mon Sep 17 00:00:00 2001 From: Craig Wright Date: Fri, 19 Aug 2022 17:07:03 -0700 Subject: [PATCH] Fixing placeholder values, adding usage note to bottom of the form. --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++---- .github/ISSUE_TEMPLATE/feature_request.yml | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 361c3c0683..f6695fd1e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,10 +33,9 @@ body: attributes: label: Terraform Version description: Run `terraform version` to show the version, and paste the result below. If you are not running the latest version of Terraform, please try upgrading because your issue may have already been fixed. - placeholder: render: shell - value: | - ...output of `terraform version`... + placeholder: ...output of `terraform version`... + value: validations: required: true @@ -117,4 +116,9 @@ body: placeholder: value: validations: - required: false \ No newline at end of file + required: false + + - type: markdown + attributes: + value: | + **Note:** if the submit button is disabled and you have filled out all required fields, check that you did not forget a Title for the issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5e13df466f..0d1f6817fa 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -23,9 +23,8 @@ body: label: Terraform Version description: Run `terraform version` to show the version, and paste the result below. If you're not using the latest version, please check to see if something related to your request has already been implemented in a later version. render: shell - placeholder: - value: | - ...output of `terraform version`... + placeholder: ...output of `terraform version`... + value: validations: required: true @@ -80,4 +79,9 @@ body: placeholder: value: validations: - required: false \ No newline at end of file + required: false + + - type: markdown + attributes: + value: | + **Note:** if the submit button is disabled and you have filled out all required fields, check that you did not forget a Title for the issue.