You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/commercial-bug-report.yml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ description: |
4
4
Please contact help@sixlabors.com for issues requiring private support.
5
5
labels: ["commercial", "needs triage"]
6
6
body:
7
+
- type: checkboxes
8
+
attributes:
9
+
label: Prerequisites
10
+
options:
11
+
- label: I have bought a Commercial License
12
+
required: true
13
+
- label: I have written a descriptive issue title
14
+
required: true
15
+
- label: I have verified that I am running the latest version of ImageSharp
16
+
required: true
17
+
- label: I have verified if the problem exist in both `DEBUG` and `RELEASE` mode
18
+
required: true
19
+
- label: I have searched [open](https://github.com/SixLabors/ImageSharp/issues) and [closed](https://github.com/SixLabors/ImageSharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
0 commit comments