From 67cbbd538b7478174e59d2f35b0fac515cbc0fc0 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Fri, 24 Mar 2023 08:09:15 +0000 Subject: [PATCH] [Process] Breaking change form fails to render Fixes an indentation error in the breaking change issue for which prevented the issue template from rendering. Change-Id: I317061671f877e562060b3b75b6fa543efc480c7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291041 Reviewed-by: Alexander Thomas --- .github/ISSUE_TEMPLATE/3_breaking_change.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3_breaking_change.yml b/.github/ISSUE_TEMPLATE/3_breaking_change.yml index 2698cdab250..e7a28e7283d 100644 --- a/.github/ISSUE_TEMPLATE/3_breaking_change.yml +++ b/.github/ISSUE_TEMPLATE/3_breaking_change.yml @@ -21,7 +21,7 @@ body: attributes: label: Impact description: What is the impact of this change? - - type: textarea + - type: textarea id: mitigation attributes: label: Mitigation