From 61e9d72b77fa8417637cfbc77d7a40de43a3d92f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 19 Jan 2022 09:39:13 -0500 Subject: [PATCH] fix yaml quoting issue --- .github/ISSUE_TEMPLATE/02_feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/02_feature.yml b/.github/ISSUE_TEMPLATE/02_feature.yml index d6ed1a9..61fcf25 100644 --- a/.github/ISSUE_TEMPLATE/02_feature.yml +++ b/.github/ISSUE_TEMPLATE/02_feature.yml @@ -10,7 +10,7 @@ body: - type: markdown attributes: - value: **NOTE: flake8 is a linting framework and does not implement any checks** + value: '**NOTE: flake8 is a linting framework and does not implement any checks**' - type: textarea id: freeform