From 051bef74f82c2d49cf42d76dc34a72c5f1451366 Mon Sep 17 00:00:00 2001 From: Manindra Babu Date: Fri, 4 Sep 2026 10:44:23 +0530 Subject: [PATCH] docs: add comprehensive contribution guide for microsoft/ML-For-Beginners --- docs/CONTRIBUTING_GUIDE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/CONTRIBUTING_GUIDE.md diff --git a/docs/CONTRIBUTING_GUIDE.md b/docs/CONTRIBUTING_GUIDE.md new file mode 100644 index 000000000..7cd28c733 --- /dev/null +++ b/docs/CONTRIBUTING_GUIDE.md @@ -0,0 +1,17 @@ +# Contributing to microsoft/ML-For-Beginners + +Thank you for your interest in contributing to **microsoft/ML-For-Beginners**! + +## Getting Started + +1. Fork the repository +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch (`git push origin feature/amazing-feature`) +5. Open a Pull Request + +## Code of Conduct + +Please adhere to polite and constructive communication across issues, discussions, and code reviews. + +*Updated: 9/4/2026 via GitHub Contribution Automation Tool* \ No newline at end of file