From 0ab50e9fabd9b9f1dba6311becf8f06c6429b061 Mon Sep 17 00:00:00 2001 From: ajay70702 <138122731+ajay70702@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:46:53 +0530 Subject: [PATCH] docs: add beginner tips to CONTRIBUTING.md Added a small section for first-time contributors --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5420514e..160fbe0fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,3 +154,12 @@ When in doubt about the appropriateness of an environment, please open an issue Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. Thank you again for your contribution! + +## Beginner-Friendly Contribution Ideas + +- Fix typos or improve English in documentation files +- Add more examples in README.md +- Improve this CONTRIBUTING guide itself +- Help update installation instructions for Windows users + +Every small PR helps the project grow! 🚀