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
Create a report to help us improve the project. For Commercial License holders only.
4
+
Please contact help@sixlabors.com for issues requiring private support.
5
+
labels: ["commercial", "needs triage"]
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.Web
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.Web/issues) and [closed](https://github.com/SixLabors/ImageSharp.Web/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
20
+
required: true
21
+
- type: input
22
+
attributes:
23
+
label: ImageSharp.Web version
24
+
validations:
25
+
required: true
26
+
- type: input
27
+
attributes:
28
+
label: Other Six Labors packages and versions
29
+
validations:
30
+
required: true
31
+
- type: input
32
+
attributes:
33
+
label: Environment (Operating system, version and so on)
34
+
validations:
35
+
required: true
36
+
- type: input
37
+
attributes:
38
+
label: .NET Framework version
39
+
validations:
40
+
required: true
41
+
- type: textarea
42
+
attributes:
43
+
label: Description
44
+
description: A description of the bug
45
+
validations:
46
+
required: true
47
+
- type: textarea
48
+
attributes:
49
+
label: Steps to Reproduce
50
+
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.
51
+
validations:
52
+
required: true
53
+
- type: textarea
54
+
attributes:
55
+
label: Images
56
+
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.
description: Create a report to help us improve the project. OSS Issues are not guaranteed to be triaged.
3
+
labels: ["needs triage"]
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.Web
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.Web/issues) and [closed](https://github.com/SixLabors/ImageSharp.Web/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
16
+
required: true
17
+
- type: input
18
+
attributes:
19
+
label: ImageSharp.Web version
20
+
validations:
21
+
required: true
22
+
- type: input
23
+
attributes:
24
+
label: Other Six Labors packages and versions
25
+
validations:
26
+
required: true
27
+
- type: input
28
+
attributes:
29
+
label: Environment (Operating system, version and so on)
30
+
validations:
31
+
required: true
32
+
- type: input
33
+
attributes:
34
+
label: .NET Framework version
35
+
validations:
36
+
required: true
37
+
- type: textarea
38
+
attributes:
39
+
label: Description
40
+
description: A description of the bug
41
+
validations:
42
+
required: true
43
+
- type: textarea
44
+
attributes:
45
+
label: Steps to Reproduce
46
+
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.
47
+
validations:
48
+
required: true
49
+
- type: textarea
50
+
attributes:
51
+
label: Images
52
+
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.
@@ -38,7 +38,7 @@ Support the efforts of the development of the Six Labors projects.
38
38
## Questions
39
39
40
40
- Do you have questions? We are happy to help! Please [join our Discussions Forum](https://github.com/SixLabors/ImageSharp/discussions/category_choices), or ask them on [Stack Overflow](https://stackoverflow.com) using the `ImageSharp.Web` tag. Please do not open issues for questions.
41
-
- Please read our [Contribution Guide](https://github.com/SixLabors/ImageSharp.Web/blob/master/.github/CONTRIBUTING.md) before opening issues or pull requests!
41
+
- Please read our [Contribution Guide](https://github.com/SixLabors/ImageSharp.Web/blob/main/.github/CONTRIBUTING.md) before opening issues or pull requests!
42
42
43
43
44
44
## Code of Conduct
@@ -110,7 +110,7 @@ sudo s3rver -d . &
110
110
111
111
## How can you help?
112
112
113
-
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our [Contribution Guide](https://github.com/SixLabors/ImageSharp.Web/blob/master/.github/CONTRIBUTING.md) before opening a PR.
113
+
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our [Contribution Guide](https://github.com/SixLabors/ImageSharp.Web/blob/main/.github/CONTRIBUTING.md) before opening a PR.
0 commit comments