Contributing¶
See CONTRIBUTING.md for full guidelines.
Quick setup¶
git clone https://github.com/turnert2005/artefex.git
cd artefex
pip install -e ".[dev]"
pytest tests/ -v
Finding work¶
- Good first issues - scoped tasks with mentorship
- Help wanted - community help appreciated
- Feature requests - ideas waiting for a contributor
- Discussions - propose your own idea
Before submitting¶
pytest tests/ -v # all tests pass
ruff check src/ tests/ # no lint errors