Skip to content

Commit

Permalink
feat: added sponsor and community members to the readme (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 23, 2022
1 parent 1793385 commit 2a6003f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BACKERS.md
@@ -0,0 +1,11 @@
<h1 align="center">Sponsors &amp; Backers</h1>

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)
28 changes: 28 additions & 0 deletions README.md
Expand Up @@ -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))
Expand Down Expand Up @@ -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!

<a href="https://github.com/faker-js/faker/graphs/contributors"><img src="https://opencollective.com/fakerjs/contributors.svg?width=800" /></a>

## 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)

0 comments on commit 2a6003f

Please sign in to comment.