From 2a6003f5fe15b79d361ed4f0d7b3c2b8ec98bfab Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Mon, 23 May 2022 19:42:52 +0200 Subject: feat: added sponsor and community members to the readme (#986) --- BACKERS.md | 11 +++++++++++ README.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 BACKERS.md diff --git a/BACKERS.md b/BACKERS.md new file mode 100644 index 00000000..1b1aedeb --- /dev/null +++ b/BACKERS.md @@ -0,0 +1,11 @@ +

Sponsors & Backers

+ +Faker is an MIT-licensed open source project with its ongoing development made possible entirely by the support of the awesome sponsors and backers listed in this file. If you'd like to join them, please consider [sponsor Faker development](https://opencollective.com/fakerjs). + +### Sponsors + +![](https://opencollective.com/fakerjs/organizations.svg) + +### Backers + +![](https://opencollective.com/fakerjs/individuals.svg) diff --git a/README.md b/README.md index d49d69c5..20195eaf 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,22 @@ const secondRandom = faker.datatype.number(); console.log(firstRandom === secondRandom); ``` +## Sponsors + +Faker is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers + +### Sponsors + +![](https://opencollective.com/fakerjs/organizations.svg) + +### Backers + +![](https://opencollective.com/fakerjs/individuals.svg) + ## Contributing +Please make sure to read the [Contributing Guide](https://github.com/faker-js/faker/blob/main/CONTRIBUTING.md) before making a pull request. + ### Building Faker The project is being built by [esbuild](https://esbuild.github.io) (see [bundle.ts](scripts/bundle.ts)) @@ -244,6 +258,20 @@ pnpm run docs:serve # Serve docs from /dist The website is kindly hosted for free by the Netlify team under their Open Source plan. See the [netlify.toml](netlify.toml) for configuration. +### Thank you + +Thank you to all the people who already contributed to Faker! + + + ## What happened to the original faker.js? Read the [team update](https://fakerjs.dev/update.html) (January 14th, 2022). + +## Changelog + +Detailed changes for each release are documented in the [release notes](https://github.com/faker-js/faker/blob/main/CHANGELOG.md). + +## License + +[MIT](https://github.com/faker-js/faker/blob/main/LICENSE) -- cgit v1.2.3