Skip to content

Commit 6379236

Browse files
committed
Restored checkboxes.
1 parent f24b02f commit 6379236

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/oss-bug-report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ name: "OSS : Bug Report"
22
description: Create a report to help us improve the project. OSS Issues are not guaranteed to be triaged.
33
labels: ["needs triage"]
44
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
16+
required: true
517
- type: input
618
attributes:
719
label: ImageSharp version

0 commit comments

Comments
 (0)