Thank you for showing interest in contributing to ML-Core, a beginner-to-intermediate-friendly machine learning repository under HashSlap Summer of Code (HSSoC)!
-
Fork the Repository
-
Clone your Fork
git clone https://github.com/your-username/ml-core.git cd ml-core -
Create a New Branch
git checkout -b your-feature-name
-
Make Changes and Commit
-
Write clean and commented code
-
Use clear commit messages:
git commit -m "Add linear regression example to supervised folder"
-
-
Push and Create a Pull Request
git push origin your-feature-name
- Open a PR linking to the relevant issue (e.g.,
Closes #5)
- Open a PR linking to the relevant issue (e.g.,
- 📁 Place your work under the correct topic folder (e.g.,
supervised,unsupervised) - 🧪 Test your scripts before pushing
- 📝 Add helpful comments and update README if needed
- ✅ Use meaningful commit messages
- 🗣 Respect feedback from maintainers
🌟 Thank you for contributing to ML-Core and being part of the HSSoC community!