Browse Source

Try without quotes.

pull/2000/head
Dirk Lemstra 5 years ago
parent
commit
3b8b4d19d4
No known key found for this signature in database GPG Key ID: 40B84DE7D6271D30
  1. 4
      .github/ISSUE_TEMPLATE/commercial-bug-report.yml
  2. 2
      .github/ISSUE_TEMPLATE/oss-bug-report.yml

4
.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

2
.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

Loading…
Cancel
Save