Contributing Guidelines
We welcome contributions!
To contribute:
- Fork the repository.
-
Create a branch:
git checkout -b feat/issue-XXX
-
Commit changes:
git commit -m "feat: add feature x"
-
Run tests
-
Submit a pull request.
Code Style
- Writing clean and well-documented code.
- Use docstrings for all functions and classes to explain it's the purpose and functionality.
- Enforce style guide.