From e2a80fbd541cda814cde9d7f122dc8b119bb1dea Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 11 Aug 2020 17:39:36 +0100 Subject: [PATCH] Add GitHub Sponsors (#1311) [skip ci] * Add Github Sponsors and new tier system * Skip CI for trivial things. * Smarter ignore * Try a different skip approach [skip ci] * Fix spacing [skip-ci] * Try again [skip-ci] * Use different query [skip-ci] * Try moving after the matrix --- .github/FUNDING.yml | 3 +- .github/workflows/build-and-test.yml | 2 +- README.md | 109 ++++++++++----------------- 3 files changed, 41 insertions(+), 73 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index ee7a10862..ac30c6f1e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ -open_collective: imagesharp \ No newline at end of file +github: SixLabors +open_collective: sixlabors \ No newline at end of file diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1e4aaaa85..a83e19423 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -9,7 +9,6 @@ on: pull_request: branches: - master - jobs: Build: strategy: @@ -37,6 +36,7 @@ jobs: codecov: false runs-on: ${{matrix.options.os}} + if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index ae9161f94..adf9647cc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -

+

SixLabors.ImageSharp
SixLabors.ImageSharp

-
[![Build Status](https://img.shields.io/github/workflow/status/SixLabors/ImageSharp/Build/master)](https://github.com/SixLabors/ImageSharp/actions) @@ -95,72 +94,40 @@ Please... Spread the word, contribute algorithms, submit performance improvement - [Scott Williams](https://github.com/tocsoft) - [Brian Popow](https://github.com/brianpopow) -### Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/imagesharp#backer)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -### Sponsors - -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/imagesharp#sponsor)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +## Sponsor Six Labors + +Support the efforts of the development of the Six Labors projects. [[Become a sponsor :heart:](https://opencollective.com/sixlabors#sponsor)] + +### Platinum Sponsors +Become a platinum sponsor with a monthly donation of $2000 (providing 32 hours of maintenance and development) and get 2 hours of dedicated support (remote support available through chat or screen-sharing) per month. + +In addition you get your logo (large) on our README on GitHub and the home page (large) of sixlabors.com + + + +### Gold Sponsors +Become a gold sponsor with a monthly donation of $1000 (providing 16 hours of maintenance and development) and get 1 hour of dedicated support (remote support available through chat or screen-sharing) per month. + +In addition you get your logo (large) on our README on GitHub and the home page (medium) of sixlabors.com + + + +### Silver Sponsors +Become a silver sponsor with a monthly donation of $500 (providing 8 hours of maintenance and development) and get your logo (medium) on our README on GitHub and the product pages of sixlabors.com + + + +### Bronze Sponsors +Become a bronze sponsor with a monthly donation of $100 and get your logo (small) on our README on GitHub. + + + + + + + + + + + + \ No newline at end of file