Contributing
We welcome contributions to ML Copilot Agent!
How to Contribute
-
Fork the Repository
-
Create a Feature Branch
bash
git checkout -b feature/your-feature-name
3 Commit Your Changes
bash
git commit -am 'Add new feature'
4 Push to Your Forks
bash
git push origin feature/your-feature-name
5 Open a Pull Request