diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..61178304 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing to Vision-Agents + +Thank you for your interest! Here's how to get started: + +1. Fork the repository +2. Create a feature branch +3. Make your changes +4. Submit a pull request + +## Guidelines + +- Follow existing code style +- Add tests for new features +- Update documentation as needed