Skip to content

Commit 395ce43

Browse files
Use correct CodeCov token and update support links.
1 parent e85396a commit 395ce43

6 files changed

Lines changed: 18 additions & 36 deletions

File tree

.github/ISSUE_TEMPLATE/ask-question.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
2+
name: Bug Report
3+
about: Create a report to help us improve the project.
44

55
---
66

@@ -9,7 +9,7 @@ about: Create a report to help us improve
99
- [ ] I have written a descriptive issue title
1010
- [ ] I have verified that I am running the latest version of ImageSharp
1111
- [ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode
12-
- [ ] 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
12+
- [ ] 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
1313

1414
### Description
1515
<!-- A description of the bug or feature -->
@@ -26,4 +26,4 @@ about: Create a report to help us improve
2626
- .NET Framework version:
2727
- Additional information:
2828

29-
<!-- Thanks for reporting the issue to ImageSharp! -->
29+
<!-- Thanks for reporting the issue to ImageSharp.Dawing! -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a Question
4+
url: https://github.com/SixLabors/ImageSharp/discussions/new?category_id=6331980
5+
about: Ask a question about this project.
6+
contact_links:
7+
- name: Feature Request
8+
url: https://github.com/SixLabors/ImageSharp/discussions/new?category_id=6331981
9+
about: Share ideas for new features for this project.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: iansu/codecov-action-node@v1.0.0
9393
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
9494
with:
95-
token: 0ef021c7-2679-4012-b42f-4bed33d99450
95+
token: c2b9d8b3-6204-44d7-a49f-bc48c5d0b138
9696
flags: unittests
9797

9898
Publish:

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ SixLabors.ImageSharp.Drawing
99
<div align="center">
1010

1111
[![License: AGPL v3](https://img.shields.io/badge/license-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/SixLabors/ImageSharp.Drawing/master/LICENSE)
12-
13-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ImageSharp/General?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
12+
[![Code coverage](https://codecov.io/gh/SixLabors/ImageSharp.Drawing/branch/master/graph/badge.svg)](https://codecov.io/gh/SixLabors/ImageSharp.Drawing)
1413
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=flat&logo=twitter)](https://twitter.com/intent/tweet?hashtags=imagesharp,dotnet,oss&text=ImageSharp.+A+new+cross-platform+2D+graphics+API+in+C%23&url=https%3a%2f%2fgithub.com%2fSixLabors%2fImageSharp&via=sixlabors)
1514
[![OpenCollective](https://opencollective.com/imagesharp/backers/badge.svg)](#backers)
1615
[![OpenCollective](https://opencollective.com/imagesharp/sponsors/badge.svg)](#sponsors)
@@ -59,11 +58,11 @@ Install stable releases via Nuget; development releases are available via MyGet.
5958

6059
|Build Status|Code Coverage|
6160
|:----------:|:-----------:|
62-
|[![Build Status](https://img.shields.io/github/workflow/status/SixLabors/ImageSharp.Drawing/Build/master)](https://github.com/SixLabors/ImageSharp.Drawing/actions)|[![Code coverage](https://codecov.io/gh/SixLabors/ImageSharp/branch/master/graph/badge.svg)](https://codecov.io/gh/SixLabors/ImageSharp)|
61+
|[![Build Status](https://img.shields.io/github/workflow/status/SixLabors/ImageSharp.Drawing/Build/master)](https://github.com/SixLabors/ImageSharp.Drawing/actions)|[![Code coverage](https://codecov.io/gh/SixLabors/ImageSharp.Drawing/branch/master/graph/badge.svg)](https://codecov.io/gh/SixLabors/ImageSharp.Drawing)|
6362

6463
### Questions?
6564

66-
- Do you have questions? We are happy to help! Please [join our gitter channel](https://gitter.im/ImageSharp/General), or ask them on [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag. **Do not** open issues for questions!
65+
- 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 [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag. **Do not** open issues for questions!
6766
- Please read our [Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) before opening issues or pull requests!
6867

6968
### Code of Conduct
@@ -83,7 +82,7 @@ Alternatively, you can work from command line and/or with a lightweight editor o
8382
- [Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
8483
- [.NET Core](https://www.microsoft.com/net/core#linuxubuntu)
8584

86-
To clone ImageSharp locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:
85+
To clone ImageSharp.Drawing locally, click the "Clone in [YOUR_OS]" button above or run the following git commands:
8786

8887
```bash
8988
git clone https://github.com/SixLabors/ImageSharp.Drawing

0 commit comments

Comments
 (0)