Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 546 Bytes

File metadata and controls

21 lines (15 loc) · 546 Bytes

Contribute to CaveAgent

We welcome contributions to CaveAgent! Here's how you can help:

Types of Contributions

  • Bug fixes
  • Feature additions
  • Documentation improvements
  • Test coverage improvements

Development Process

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Run tests to ensure everything works
  5. Commit your changes (git commit -m 'Add amazing feature')
  6. Push to your branch (git push origin feature/amazing-feature)
  7. Open a Pull Request