mirror of https://github.com/SixLabors/ImageSharp
4 changed files with 80 additions and 63 deletions
@ -1,33 +0,0 @@ |
|||||
--- |
|
||||
name: "Commercial License : Bug Report" |
|
||||
about: | |
|
||||
Create a report to help us improve the project. For Commercial License holders only. |
|
||||
Please contact help@sixlabors.com for issues requiring private support. |
|
||||
labels: commercial, needs triage |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
|
|
||||
### Prerequisites |
|
||||
|
|
||||
- [ ] I have written a descriptive issue title |
|
||||
- [ ] I have verified that I am running the latest version of ImageSharp |
|
||||
- [ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode |
|
||||
- [ ] 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 |
|
||||
|
|
||||
### Description |
|
||||
<!-- A description of the bug or feature --> |
|
||||
|
|
||||
### Steps to Reproduce |
|
||||
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior --> |
|
||||
|
|
||||
### System Configuration |
|
||||
<!-- Tell us about the environment where you are experiencing the bug --> |
|
||||
|
|
||||
- ImageSharp version: |
|
||||
- Other ImageSharp packages and versions: |
|
||||
- Environment (Operating system, version and so on): |
|
||||
- .NET Framework version: |
|
||||
- Additional information: |
|
||||
|
|
||||
<!-- Thanks for reporting the issue to ImageSharp! --> |
|
||||
@ -0,0 +1,41 @@ |
|||||
|
name: "Commercial License : Bug Report" |
||||
|
description: | |
||||
|
Create a report to help us improve the project. For Commercial License holders only. |
||||
|
Please contact help@sixlabors.com for issues requiring private support. |
||||
|
labels: ["commercial", "needs triage"] |
||||
|
- 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 or feature |
||||
|
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. |
||||
@ -1,30 +0,0 @@ |
|||||
--- |
|
||||
name: "OSS : Bug Report" |
|
||||
about: Create a report to help us improve the project. OSS Issues are not guaranteed to be triaged. |
|
||||
labels: needs triage |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
### Prerequisites |
|
||||
|
|
||||
- [ ] I have written a descriptive issue title |
|
||||
- [ ] I have verified that I am running the latest version of ImageSharp |
|
||||
- [ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode |
|
||||
- [ ] 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 |
|
||||
|
|
||||
### Description |
|
||||
<!-- A description of the bug or feature --> |
|
||||
|
|
||||
### Steps to Reproduce |
|
||||
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior --> |
|
||||
|
|
||||
### System Configuration |
|
||||
<!-- Tell us about the environment where you are experiencing the bug --> |
|
||||
|
|
||||
- ImageSharp version: |
|
||||
- Other ImageSharp packages and versions: |
|
||||
- Environment (Operating system, version and so on): |
|
||||
- .NET Framework version: |
|
||||
- Additional information: |
|
||||
|
|
||||
<!-- Thanks for reporting the issue to ImageSharp! --> |
|
||||
@ -0,0 +1,39 @@ |
|||||
|
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"] |
||||
|
- 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. |
||||
Loading…
Reference in new issue