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! 🎉