From 1b155935c10e619bf75162a961c35042030f14d8 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 14 May 2022 20:08:44 +0100 Subject: [PATCH] [ci skip] Drop render from type input --- .github/ISSUE_TEMPLATE/extension-method-request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/extension-method-request.yml b/.github/ISSUE_TEMPLATE/extension-method-request.yml index 31f28f2..6b9a023 100644 --- a/.github/ISSUE_TEMPLATE/extension-method-request.yml +++ b/.github/ISSUE_TEMPLATE/extension-method-request.yml @@ -14,7 +14,6 @@ body: attributes: label: Type to extend description: Provide the fully qualified type name of the extension method you're suggesting. - render: csharp placeholder: "Example: System.Drawing.Color" validations: required: true