From 3b8b4d19d4d69d8ba223f67d1ce52f40e2299d4c Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 12 Feb 2022 14:07:02 +0100 Subject: [PATCH] Try without quotes. --- .github/ISSUE_TEMPLATE/commercial-bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/oss-bug-report.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/commercial-bug-report.yml b/.github/ISSUE_TEMPLATE/commercial-bug-report.yml index 669d4f8394..27e88a7e59 100644 --- a/.github/ISSUE_TEMPLATE/commercial-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/commercial-bug-report.yml @@ -1,4 +1,4 @@ -name: "Commercial License : Bug Report" +name: Commercial License : Bug Report description: | Create a report to help us improve the project. For Commercial License holders only. Please contact help@sixlabors.com for issues requiring private support. @@ -26,7 +26,7 @@ labels: ["commercial", "needs triage"] - type: textarea attributes: label: Description - description: A description of the bug or feature + description: A description of the bug validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/oss-bug-report.yml b/.github/ISSUE_TEMPLATE/oss-bug-report.yml index 302286c078..942c2bc782 100644 --- a/.github/ISSUE_TEMPLATE/oss-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/oss-bug-report.yml @@ -1,4 +1,4 @@ -name: "OSS : Bug Report" +name: OSS : Bug Report description: Create a report to help us improve the project. OSS Issues are not guaranteed to be triaged. labels: ["needs triage"] - type: input