mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
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"]
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: ImageSharp version
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Other ImageSharp packages and versions
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Environment (Operating system, version and so on)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: .NET Framework version
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: A description of the bug
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Images
|
|
description: Please upload images that can be used to reproduce issues in the area below. If the file type is not supported the file can be zipped and then uploaded instead.
|
|
|