From 10f0e364e2e3dd439a0c6dd965e8d69045b7d765 Mon Sep 17 00:00:00 2001 From: MANDLA HEMANTH <25eg107f44@anurag.edu.in> Date: Tue, 28 Oct 2025 18:51:17 +0530 Subject: [PATCH] Enhance contributions section in README Added contribution guidelines and encouragement for contributors. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9670d2bb07..8776cf715f 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,12 @@ Click on [Files menu](https://TheAlgorithms.github.io/C/files.html) to see the l Creative Commons LicenseCredit must be given to the creatorAdaptations must be shared under the same terms ## Contributions +We encourage contributors to: +- Write clean, well-documented, and efficient code. +- Add meaningful comments and commit messages. +- Contribute new algorithms, improve existing implementations, or enhance documentation. +- Participate in discussions, raise issues, and help review pull requests. + +Every contribution, big or small, helps make this project better — thank you for being a part of our open-source community! 💻✨ As a community developed and maintained repository, we welcome new un-plagiarized quality contributions. Please read our [Contribution Guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md).