diff options
| author | Shinigami <[email protected]> | 2022-01-10 18:44:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-10 12:44:24 -0500 |
| commit | dd10cc612fdc9ac9621e10dc95c7b298882fc40a (patch) | |
| tree | f7a093b35520c70efe3ca881d769a5fc1cc6fca0 /CONTRIBUTING.md | |
| parent | 6ed9f0efe2bd4d73a89c5eaf75a4028d81dea142 (diff) | |
| download | faker-dd10cc612fdc9ac9621e10dc95c7b298882fc40a.tar.xz faker-dd10cc612fdc9ac9621e10dc95c7b298882fc40a.zip | |
chore: format root files (#64)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c35c403f..ee788cf2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ welcome! If you can make `faker.js` better, please read the following contributi # Important -* Please make sure that you run both `gulp` and tests before making a PR. +- Please make sure that you run both `gulp` and tests before making a PR. ## Support @@ -13,13 +13,13 @@ browsers. Keep this in mind, when modifying and/or extending the sources. ## Automation -* The project is being built by [gulp](http://gulpjs.com/) (see [gulpfile](build/gulpfile.js)), destination directory is [build/build](build/build) -* The documentation is auto-generated, based on [build/src](build/src) markdown sources. If you modify the main [Readme.md](Readme.md) file, the Pull Request will be rejected, since it will be overwritten by the upcoming `gulp` execution -* The tests are executing `mocha` against all js contents of [test](test) directory +- The project is being built by [gulp](http://gulpjs.com/) (see [gulpfile](build/gulpfile.js)), destination directory is [build/build](build/build) +- The documentation is auto-generated, based on [build/src](build/src) markdown sources. If you modify the main [Readme.md](Readme.md) file, the Pull Request will be rejected, since it will be overwritten by the upcoming `gulp` execution +- The tests are executing `mocha` against all js contents of [test](test) directory ## Architecture The sources are located in the [lib](lib) directory. All fake data generators are divided into namespaces (each namespace being a separate module). Most of the -generators use the *definitions*, which are just plain JavaScript +generators use the _definitions_, which are just plain JavaScript objects/arrays/strings that are separate for each [locale](lib/locales). |
