From 2d1c31bd9d33281e5ed3bbe7a2524d299a2b0fe0 Mon Sep 17 00:00:00 2001 From: Heather Lanigan Date: Wed, 25 Sep 2024 16:57:09 +0000 Subject: [PATCH] fix: id name The template wasn't available to users as it had an error, ids cannot have spaces. --- .github/ISSUE_TEMPLATE/SchemaChanges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/SchemaChanges.yml b/.github/ISSUE_TEMPLATE/SchemaChanges.yml index 7944e4df..7c11cc72 100644 --- a/.github/ISSUE_TEMPLATE/SchemaChanges.yml +++ b/.github/ISSUE_TEMPLATE/SchemaChanges.yml @@ -51,7 +51,7 @@ body: required: true - type: textarea - id: Example terraform plan + id: Example-Terraform-Plan attributes: label: Example terraform plan description: |