From ae5665ed3869f23fc066b1854fc87ff4c8caf4f2 Mon Sep 17 00:00:00 2001 From: Akhil Chalasani Date: Sat, 9 May 2026 13:17:30 -0500 Subject: [PATCH] docs: improve documentation Created CONTRIBUTING.md --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md 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