From 0f587ab276a1e79427369defbefca40a20a40f0e Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 12 Feb 2022 14:15:57 +0100 Subject: [PATCH] Added missing body. --- .github/ISSUE_TEMPLATE/commercial-bug-report.yml | 3 ++- .github/ISSUE_TEMPLATE/oss-bug-report.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/commercial-bug-report.yml b/.github/ISSUE_TEMPLATE/commercial-bug-report.yml index c16f412f28..e96677b24b 100644 --- a/.github/ISSUE_TEMPLATE/commercial-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/commercial-bug-report.yml @@ -1,8 +1,9 @@ -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. labels: ["commercial", "needs triage"] +body: - type: input attributes: label: ImageSharp version diff --git a/.github/ISSUE_TEMPLATE/oss-bug-report.yml b/.github/ISSUE_TEMPLATE/oss-bug-report.yml index 1fdaf93c01..00138d511e 100644 --- a/.github/ISSUE_TEMPLATE/oss-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/oss-bug-report.yml @@ -1,6 +1,7 @@ -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"] +body: - type: input attributes: label: ImageSharp version