From 052e28082c11727b71b318f16ed5d4796560cd51 Mon Sep 17 00:00:00 2001 From: Jess Date: Sat, 3 Feb 2018 16:57:14 +0900 Subject: [PATCH 1/3] Updated .github/ISSUE_TEMPLATE.md (optional) --- .github/ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a611f229..01afd0cc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -37,3 +37,6 @@ What versions of software are you using? **`gpg` version:** (`gpg --version`) … **`git` version:** (`git --version`) … + + \ No newline at end of file From 1820bd163fe00d8caecd2302c3c2eb2167c8c143 Mon Sep 17 00:00:00 2001 From: Jess Date: Sat, 3 Feb 2018 16:57:14 +0900 Subject: [PATCH 2/3] Updated CONTRIBUTING.md (optional) --- CONTRIBUTING.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01dbf826..e0fdf005 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,3 +103,41 @@ Releases to `brew` are made manually. [git-secret-site]: http://git-secret.io [bintray]: https://bintray.com/sobolevn [Dockerhub]: https://hub.docker.com/r/sobolevn/git-secret/ + + +## Financial contributions + +We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/git-secret). +Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed. + + +## Credits + + +### Contributors + +Thank you to all the people who have already contributed to git-secret! + + + +### Backers + +Thank you to all our backers! [[Become a backer](https://opencollective.com/git-secret#backer)] + + + + +### Sponsors + +Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/git-secret#sponsor)) + + + + + + + + + + + \ No newline at end of file From 52ef0976e9f3c51bd252e3ae0fb20e10e9f60e8b Mon Sep 17 00:00:00 2001 From: Jess Date: Sat, 3 Feb 2018 16:57:57 +0900 Subject: [PATCH 3/3] Added backers and sponsors on the README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e6d4599..62534831 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # git-secret -[![Build Status](https://img.shields.io/travis/sobolevn/git-secret/master.svg)](https://travis-ci.org/sobolevn/git-secret) [![Homebrew](https://img.shields.io/homebrew/v/git-secret.svg)](http://braumeister.org/formula/git-secret) [![Bintray deb](https://img.shields.io/bintray/v/sobolevn/deb/git-secret.svg)](https://bintray.com/sobolevn/deb/git-secret/view) [![Dockerhub](https://img.shields.io/docker/pulls/sobolevn/git-secret.svg)](https://hub.docker.com/r/sobolevn/git-secret/) +[![Backers on Open Collective](https://opencollective.com/git-secret/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/git-secret/sponsors/badge.svg)](#sponsors) [![Build Status](https://img.shields.io/travis/sobolevn/git-secret/master.svg)](https://travis-ci.org/sobolevn/git-secret) [![Homebrew](https://img.shields.io/homebrew/v/git-secret.svg)](http://braumeister.org/formula/git-secret) [![Bintray deb](https://img.shields.io/bintray/v/sobolevn/deb/git-secret.svg)](https://bintray.com/sobolevn/deb/git-secret/view) [![Dockerhub](https://img.shields.io/docker/pulls/sobolevn/git-secret.svg)](https://hub.docker.com/r/sobolevn/git-secret/) [![git-secret](https://raw.githubusercontent.com/sobolevn/git-secret/gh-pages/images/git-secret-big.png)](http://git-secret.io/) @@ -64,6 +64,36 @@ If you found any security related issues, please do not enclose it in public. Se `git-secret` uses semver. See [CHANGELOG.md](CHANGELOG.md). +## Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/git-secret#backer)] + + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-secret#sponsor)] + + + + + + + + + + + + + + ## License MIT. See [LICENSE.md](LICENSE.md) for details.