Skip to content

Commit fc46834

Browse files
Fix link + other docs tweaks.
1 parent a603b96 commit fc46834

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#### **Running tests and Debugging**
3030

3131
* Expected test output is pulled in as a submodule from the [ImageSharp.Tests.Images repository](https://github.com/SixLabors/Imagesharp.Tests.Images/tree/master/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)
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)
3333

3434
#### **Do you have questions about consuming the library or the source code?**
3535

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a Question
4-
url: https://github.com/SixLabors/ImageSharp/discussions?discussions_q=category%3AHelp
4+
url: https://github.com/SixLabors/ImageSharp/discussions?discussions_q=category%3AQ%26A
55
about: Ask a question about this project.
66
- name: Feature Request
77
url: https://github.com/SixLabors/ImageSharp/discussions?discussions_q=category%3AIdeas

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
CI: True
7676
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
7777

78-
- name: Store Output Images after failed tests
78+
- name: Export Failed Output
7979
uses: actions/upload-artifact@v2
8080
if: failure()
8181
with:

0 commit comments

Comments
 (0)