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 [email protected] 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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/oss-bug-report.yml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@ name: "OSS : Bug Report"
2
2
description: Create a report to help us improve the project. OSS Issues are not guaranteed to be triaged.
3
3
labels: ["needs triage"]
4
4
body:
5
+
- type: checkboxes
6
+
attributes:
7
+
label: Prerequisites
8
+
options:
9
+
- label: I have written a descriptive issue title
10
+
required: true
11
+
- label: I have verified that I am running the latest version of ImageSharp
12
+
required: true
13
+
- label: I have verified if the problem exist in both `DEBUG` and `RELEASE` mode
14
+
required: true
15
+
- 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