diff options
| author | ST-DDT <[email protected]> | 2023-09-18 16:55:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-18 14:55:34 +0000 |
| commit | c7182f01afe7dc07549599363e55d676e799e2d6 (patch) | |
| tree | 3209c36cc29591c6333a5e9eb981b667daa220b1 /CONTRIBUTING.md | |
| parent | d5859b7d8d151306ce1f98261c9b4c20ebb46319 (diff) | |
| download | faker-c7182f01afe7dc07549599363e55d676e799e2d6.tar.xz faker-c7182f01afe7dc07549599363e55d676e799e2d6.zip | |
docs(contributing): clarify locale PR rules (#2399)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75ce7166..d5a9ff79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ If adding new data definitions to Faker, you'll often need to find source data. ## Adding new locale or updating existing one After adding new or updating existing locale data, you need to run `pnpm run generate:locales` to generate/update the related files. -If you change more than 20 locale files, please consider splitting your PR into one per category (e.g. person, location). +Please only change files related to one module (e.g. person, location) whenever possible. This can simplify/speed up the review process. Additionally, it allows the maintainers to track PRs in a meaningful way by adding related labels. ## Building Faker |
