From a1137e4c39be8a368a84bd104f3769750e3bdea9 Mon Sep 17 00:00:00 2001 From: Pia Mancini Date: Thu, 10 Aug 2017 08:02:50 -0400 Subject: [PATCH 1/3] Add backers and sponsors from Open Collective <3 Now your open collective backers and sponsors can to appear directly on your README. see how it'll look [here](https://github.com/apex/apex#backers) [More info](https://github.com/opencollective/opencollective/wiki/Github-banner) Also add badges on top Also your coded section was missing the closing ``` --- README.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/README.md b/README.md index a857e76..c8dab79 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![](https://img.shields.io/badge/realize-examples-yellow.svg)](https://github.com/tockins/realize-examples) [![Join the chat at https://gitter.im/tockins/realize](https://badges.gitter.im/tockins/realize.svg)](https://gitter.im/tockins/realize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Go Report Card](https://goreportcard.com/badge/github.com/tockins/realize)](https://goreportcard.com/report/github.com/tockins/realize) +[![OpenCollective](https://opencollective.com/realize/backers/badge.svg)](#backers) +[![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg)](#sponsors)

@@ -199,7 +201,79 @@ $ go get github.com/tockins/realize file_out: false file_log: false file_err: false + ``` #### Support us and suggest an improvement - Chat with us [Gitter](https://gitter.im/tockins/realize) - Suggest a new [Feature](https://github.com/tockins/realize/issues/new) + +### Backers + +Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/realize#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/realize#sponsor)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From d849d1ed1025b54c1f376ca848dce517e427e02f Mon Sep 17 00:00:00 2001 From: Alessio Pracchia Date: Thu, 10 Aug 2017 14:11:59 +0200 Subject: [PATCH 2/3] Update README.md backers & sponsors link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8dab79..c1549b1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ v 1.5 - [List cmd](#list) - List the projects - [Config sample](#config-sample) - Sample config file - [Support](#support-us-and-suggest-an-improvement) - +- [Backers and Sponsors] (#backers) #### Installation Run this to get/install: @@ -207,7 +207,7 @@ $ go get github.com/tockins/realize - Chat with us [Gitter](https://gitter.im/tockins/realize) - Suggest a new [Feature](https://github.com/tockins/realize/issues/new) -### Backers +#### Backers Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/realize#backer)] @@ -243,7 +243,7 @@ Support us with a monthly donation and help us continue our activities. [[Become -### Sponsors +#### 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/realize#sponsor)] From 6200779845033f8b55b4374efe4ba776052346ab Mon Sep 17 00:00:00 2001 From: Alessio Pracchia Date: Thu, 10 Aug 2017 14:12:36 +0200 Subject: [PATCH 3/3] Update README.md link backers&sponsors fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1549b1..1f8b4cd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ v 1.5 - [List cmd](#list) - List the projects - [Config sample](#config-sample) - Sample config file - [Support](#support-us-and-suggest-an-improvement) -- [Backers and Sponsors] (#backers) +- [Backers and Sponsors](#backers) #### Installation Run this to get/install: