We welcome contributions to CaveAgent! Here's how you can help:
- Bug fixes
- Feature additions
- Documentation improvements
- Test coverage improvements
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests to ensure everything works
- Commit your changes (
git commit -m 'Add amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request