From a79eeef93e6f57acb5718f9f8dca6a94cf350c07 Mon Sep 17 00:00:00 2001 From: munafio Date: Sun, 1 Sep 2024 14:19:54 +0300 Subject: [PATCH] added: huskey note for contributions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac64a4d..b1656fb 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,11 @@ The tests are written using Jest and validate the core functionality of APIMiner We welcome contributions from the community! Whether you want to add support for another frontend HTTP library, improve the documentation, or fix a bug, your contributions are appreciated. -To get started, fork the repository and submit a pull request. Please include tests for any new functionality or significant changes. +#### To get started + +fork the repository and submit a pull request. Please include tests for any new functionality or significant changes. + +Do not forget to run `npm run prepare` before making/pushing any changes. ## Acknowledgments