Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 1.15 KB

New Features

Bogus a superset of faker.js's features. Adding additional features are welcome. New features and additional APIs can be added so long as we maintain semantic API compatibility with faker.js and maintain compatibility with faker.js locale data.

Contributing

Here are some helpful guidelines to keep in mind when contributing. While following them isn't absolutely required, it does help everyone to accept your pull-requests with maximum awesomeness.

  • ✔️ CONSIDER adding a unit test if your PR resolves an issue or adds features.
  • ✔️ DO add XML comment documentation to new API calls along parameter documentation.
  • ✔️ DO keep pull requests small so they can be easily reviewed.
  • ✔️ DO make sure unit tests pass.
  • AVOID breaking the continuous integration build.
  • AVOID Breaking compatibility with faker.js locale data.
  • AVOID Adding new locales to Bogus. New locales should be added upstream to faker.js. See this wiki page for creating locales.