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/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