From cd0adbb2c06cf6fd55abd66a26f266336ef37935 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Wed, 20 Sep 2023 15:16:02 -0400 Subject: [PATCH] Update render mode --- .github/ISSUE_TEMPLATE/example-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/example-request.yml b/.github/ISSUE_TEMPLATE/example-request.yml index 6f95b95..3a87ca5 100644 --- a/.github/ISSUE_TEMPLATE/example-request.yml +++ b/.github/ISSUE_TEMPLATE/example-request.yml @@ -131,7 +131,7 @@ body: attributes: label: The Code of the Thing description: The code of the thing you want to create. - render: JavaScript + render: js placeholder: | const thing = new Thing() thing.doSomething() @@ -144,7 +144,7 @@ body: attributes: label: The String Method of the Code of the Thing description: (Optional) The method to return the thing as a string. - render: JavaScript + render: js placeholder: | thing.toString() validations: