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 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 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)] + + + + + + + + + + + + + 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