Browse Source
Merge branch 'main' into bp/webpanimation
pull/1985/head
Brian Popow
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
5 deletions
.github/workflows/build-and-test.yml
README.md
@ -3,12 +3,12 @@ name: Build
on :
push:
branches:
- master
- main
tags:
- "v*"
pull_request:
branches:
- master
- main
jobs:
Build:
strategy:
@ -7,8 +7,8 @@ SixLabors.ImageSharp
< div align = "center" >
[](https://github.com/SixLabors/ImageSharp/actions)
[](https://codecov.io/gh/SixLabors/ImageSharp)
[](https://github.com/SixLabors/ImageSharp/actions)
[](https://codecov.io/gh/SixLabors/ImageSharp)
[](https://opensource.org/licenses/Apache-2.0)
[](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)
@ -93,7 +93,7 @@ git submodule update --init --recursive
## How can you help?
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/blob/master /.github/CONTRIBUTING.md ) before opening a PR.
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/blob/main /.github/CONTRIBUTING.md ) before opening a PR.
## The ImageSharp Team