We welcome contributions to TrintAI! This document outlines the process for contributing to this project.
- Reporting bugs
- Suggesting enhancements
- Submitting pull requests
- Improving documentation
- Fork the repo and create your branch from
main
. - If you've added code, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Update documentation if necessary.
- Issue a pull request!
Report bugs by opening a new issue.
- Provide a clear title and description
- Include steps to reproduce
- Describe expected vs. actual behavior
- Add any relevant code samples or error messages
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.
Feel free to contact the maintainers if you have any questions or concerns.