From 0b5c07e2cbfb94f3a29c388a77172419c18a5af2 Mon Sep 17 00:00:00 2001 From: CSK <73425927+cr2007@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:52:01 +0400 Subject: [PATCH] docs: Adds mention of `CONTRIBUTING.md` in `README` file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 070252a..ad29951 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,5 @@ YouTranslate utilizes ElevenLabs' voice cloning API and 'googletrans' python lib ## :medical_symbol: Contributing Contributions to YouTranslate are welcome! If you find any issues or want to improve the script, feel free to submit a pull request. For major changes or new features, please open an issue first to discuss the proposed changes. + +For more info, check out [**CONTRIBUTING.md**](./docs/CONTRIBUTING.md)