First of all, thank you for being interested in contributing to Cortex! It is people like you that make open-source projects so great.
If you find a bug, please open an issue and include:
- Your OS (Windows, Linux, macOS).
- Steps to reproduce the bug.
- The error message you got.
- Screenshots if possible.
Have a cool idea for a new agent or feature? Open an Issue and describe it. We will discuss it!
If you want to write code for the project:
- Fork the repository.
- Create your feature branch: git checkout -b feature/AmazingFeature
- Commit your changes: git commit -m 'Add some AmazingFeature'
- Push to the branch: git push origin feature/AmazingFeature
- Open a Pull Request.
- Code Style
- Write code in English.
- Keep the code clean and readable.
- Add comments to complex logic.
If you have questions about how to set up the project locally, check the main README.md.