From 59df168d732ab40c7dcbccb4c52b4f2670af7db7 Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:00 -0500 Subject: [PATCH 1/4] Updated CONTRIBUTING.md (optional) --- CONTRIBUTING.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 785c01a..c17b8e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,3 +41,41 @@ Soon(ish)® * Execute the build command. * Enjoy your new icons in Material Theme, and don't forget to pull request! + + +## Financial contributions + +We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/vsc-material-theme). +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 vsc-material-theme! + + + +### Backers + +Thank you to all our backers! [[Become a backer](https://opencollective.com/vsc-material-theme#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/vsc-material-theme#sponsor)) + + + + + + + + + + + \ No newline at end of file From 81d6365d1837d859eddecd56b2dccb499f6d9c4e Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:00 -0500 Subject: [PATCH 2/4] Added .github/ISSUE_TEMPLATE.md (optional) --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..62bad1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ + \ No newline at end of file From 2154318834d96ce4d3be440151d4613b9ab5a2cf Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:14 -0500 Subject: [PATCH 3/4] 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 55e4bce..2fbf2d3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) [![GitHub tag](https://img.shields.io/github/issues/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/issues) +[![Backers on Open Collective](https://opencollective.com/vsc-material-theme/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/vsc-material-theme/sponsors/badge.svg)](#sponsors) [![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) [![GitHub tag](https://img.shields.io/github/issues/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/issues) @@ -107,3 +107,33 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change

Copyright © 2017 Mattia Astorino and Paolo Roth

+ +## 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/vsc-material-theme#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/vsc-material-theme#sponsor)] + + + + + + + + + + + + + From ae30660ddafbd1b43ba8bcc022f4600436bf10ab Mon Sep 17 00:00:00 2001 From: Aseem Sood Date: Wed, 22 Nov 2017 17:56:14 -0500 Subject: [PATCH 4/4] Added call to donate after npm install (optional) --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a63a61..241fa25 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build-icons-variants": "gulp build:icons.variants", "build-themes": "gulp build:themes", "release": "npm run bump && npm run changelog", - "postinstall": "node ./node_modules/vscode/bin/install", + "postinstall": "node ./node_modules/vscode/bin/install && opencollective postinstall", "changelog": "gulp changelog", "bump": "gulp bump" }, @@ -128,5 +128,13 @@ "id": "dffaf5a1-2219-434b-9d87-cb586fd59260", "publisherDisplayName": "Mattia Astorino", "publisherId": "e41388a1-a892-4c1e-940b-1e7c1bf43c97" + }, + "dependencies": { + "opencollective": "1.0.3" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/vsc-material-theme", + "logo": "https://opencollective.com/opencollective/logo.txt" } -} +} \ No newline at end of file