diff options
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 |
