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
# Justification: .editorconfig supports file headers. If this is changed to a value other than "none", a stylecop.json file will need to added to the project.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,14 @@
28
28
29
29
#### **Running tests and Debugging**
30
30
31
-
* Expected test output is pulled in as a submodule from the [ImageSharp.Tests.Images repository](https://github.com/SixLabors/Imagesharp.Tests.Images/tree/main/ReferenceOutput). To succesfully run tests, make sure that you have updated the submodules!
32
-
* Debugging (running tests in Debug mode) is only supported on .NET Core 2.1, because of JIT Code Generation bugs like [dotnet/coreclr#16443](https://github.com/dotnet/coreclr/issues/16443) or [dotnet/coreclr#20657](https://github.com/dotnet/coreclr/issues/20657)
31
+
* Expected test output is pulled in as a submodule from the [ImageSharp.Drawing.Tests.Images repository](https://github.com/SixLabors/ImageSharp.Drawing.Tests.Images/tree/main/ReferenceOutput). To succesfully run tests, make sure that you have updated the submodules!
33
32
34
33
#### **Do you have questions about consuming the library or the source code?**
35
34
36
-
* Ask any question about how to use SixLabors.ImageSharp in the [Help Discussions Channel](https://github.com/SixLabors/ImageSharp.Drawing/discussions?discussions_q=category%3AHelp).
35
+
* Ask any question about how to use SixLabors.ImageSharp.Drawing in the [Help Discussions Channel](https://github.com/SixLabors/ImageSharp.Drawing/discussions?discussions_q=category%3AHelp).
37
36
38
37
#### Code of Conduct
39
38
This project has adopted the code of conduct defined by the [Contributor Covenant](https://contributor-covenant.org/) to clarify expected behavior in our community.
40
-
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
41
39
42
40
And please remember. SixLabors.ImageSharp.Drawing is the work of a very, very, small number of developers who struggle balancing time to contribute to the project with family time and work commitments. We encourage you to pitch in and help make our vision of simple accessible image processing available to all. Open Source can only exist with your help.
about: Create a report to help us improve the project.
4
-
labels: needs triage
5
-
6
-
---
7
-
8
-
### Prerequisites
9
-
10
-
-[ ] I have written a descriptive issue title
11
-
-[ ] I have verified that I am running the latest version of ImageSharp.Drawing
12
-
-[ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode
13
-
-[ ] I have searched [open](https://github.com/SixLabors/ImageSharp.Drawing/issues) and [closed](https://github.com/SixLabors/ImageSharp.Drawing/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
14
-
15
-
### Description
16
-
<!-- A description of the bug or feature -->
17
-
18
-
### Steps to Reproduce
19
-
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior -->
20
-
21
-
### System Configuration
22
-
<!-- Tell us about the environment where you are experiencing the bug -->
23
-
24
-
- ImageSharp.Drawing version:
25
-
- Other ImageSharp packages and versions:
26
-
- Environment (Operating system, version and so on):
27
-
- .NET Framework version:
28
-
- Additional information:
29
-
30
-
<!-- Thanks for reporting the issue to ImageSharp.Drawing! -->
1
+
name: "Bug Report"
2
+
description: Create a report to help us improve the project. 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.Drawing
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.Drawing/issues) and [closed](https://github.com/SixLabors/ImageSharp.Drawing/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.Drawing version
20
+
validations:
21
+
required: true
22
+
- type: input
23
+
attributes:
24
+
label: Other ImageSharp 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.
0 commit comments