Skip to content

Commit

Permalink
Add dependency info to CONTRIBUTING (#1253)
Browse files Browse the repository at this point in the history
* Add dependency info to CONTRIBUTING

Co-authored-by: Erik Pragt <erik.pragt@gmail.com>

---------

Co-authored-by: Erik Pragt <erik.pragt@gmail.com>
  • Loading branch information
kingthorin and bodiam committed Jun 16, 2024
1 parent 639d92a commit 07a194c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ First and foremost thanks to anyone who contributes, very much appreciated.
## Building

- Should be as easy as running `mvnw clean install` on the root directory.

## Dependencies

In order to keep Datafaker slim and focused the project generally attempts to avoid introducing new dependencies. Should a reasonable argument be made to including a library as a dependency it should meet the following criteria (subject to change without notice):

- Minimal size (<1MB)
- No dependency tree (single level, the library itself)
- Fills a need we can't do "simply"

0 comments on commit 07a194c

Please sign in to comment.