Skip to content

Commit 2a6003f

Browse files
authored
feat: added sponsor and community members to the readme (#986)
1 parent 1793385 commit 2a6003f

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

BACKERS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h1 align="center">Sponsors &amp; Backers</h1>
2+
3+
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).
4+
5+
### Sponsors
6+
7+
![](https://opencollective.com/fakerjs/organizations.svg)
8+
9+
### Backers
10+
11+
![](https://opencollective.com/fakerjs/individuals.svg)

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,22 @@ const secondRandom = faker.datatype.number();
195195
console.log(firstRandom === secondRandom);
196196
```
197197

198+
## Sponsors
199+
200+
Faker is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers
201+
202+
### Sponsors
203+
204+
![](https://opencollective.com/fakerjs/organizations.svg)
205+
206+
### Backers
207+
208+
![](https://opencollective.com/fakerjs/individuals.svg)
209+
198210
## Contributing
199211

212+
Please make sure to read the [Contributing Guide](https://github.com/faker-js/faker/blob/main/CONTRIBUTING.md) before making a pull request.
213+
200214
### Building Faker
201215

202216
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
244258

245259
The website is kindly hosted for free by the Netlify team under their Open Source plan. See the [netlify.toml](netlify.toml) for configuration.
246260

261+
### Thank you
262+
263+
Thank you to all the people who already contributed to Faker!
264+
265+
<a href="https://github.com/faker-js/faker/graphs/contributors"><img src="https://opencollective.com/fakerjs/contributors.svg?width=800" /></a>
266+
247267
## What happened to the original faker.js?
248268

249269
Read the [team update](https://fakerjs.dev/update.html) (January 14th, 2022).
270+
271+
## Changelog
272+
273+
Detailed changes for each release are documented in the [release notes](https://github.com/faker-js/faker/blob/main/CHANGELOG.md).
274+
275+
## License
276+
277+
[MIT](https://github.com/faker-js/faker/blob/main/LICENSE)

0 commit comments

Comments
 (0)