Thank you for your interest in contributing to ai-assert! By participating, you agree to abide by our Code of Conduct.
- Search existing issues before opening a new one.
- Include a clear title, description, and steps to reproduce.
- Add relevant labels if possible.
- Open an issue with the
enhancementlabel. - Describe the use case and expected behaviour.
- Fork the repository and create a branch from
main. - Write clear, concise commit messages.
- Ensure all tests pass:
pytest - Sign off your commits (DCO):
git commit -s -m "Your message" - Open a pull request against
mainand fill in the PR template.
All contributors will be credited in the project. By submitting a pull request, you confirm that your contribution is your own original work and that you have the right to license it under the MIT License.
git clone https://github.com/kaantahti/ai-assert.git
cd ai-assert
pip install -e .- Follow PEP 8 for Python code.
- Keep functions small and focused.
- Add docstrings to public functions.
Open an issue or reach out via kaantahti@users.noreply.github.com.