From 4935407f6b2c86d9d382d40f3ff7fc7d3ac5edcb Mon Sep 17 00:00:00 2001 From: Nayab Gauhar <93754299+Nayab-Gauhar@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:58:32 +0530 Subject: [PATCH] chore: add CONTRIBUTING.md Added guidelines for contributing to the repository during Hacktoberfest. --- CONTRIBUTING.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..2bd221e33d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,32 @@ +# Contributing to Hacktoberfest + +Thank you for your interest in contributing! This repository welcomes contributions during Hacktoberfest and beyond. + +## How to Contribute + +1. **Fork the repository** to your GitHub account +2. **Create a new branch** for your changes +3. **Make your changes** with clear, descriptive commits +4. **Test your changes** to ensure they work as expected +5. **Submit a pull request** with a clear description of your changes + +## Contribution Guidelines + +- Keep changes focused and atomic +- Follow existing code style and conventions +- Write clear commit messages +- Add comments where necessary for clarity +- Be respectful and constructive in all interactions + +## Pull Request Process + +- Ensure your PR description clearly explains what changes you made and why +- Link any relevant issues in your PR description +- Be responsive to feedback and questions +- Keep your branch up to date with the main branch + +## Questions? + +If you have questions or need help, feel free to open an issue! + +Happy contributing! 🎉