mirror of
https://github.com/yichuan-w/LEANN.git
synced 2026-03-28 07:21:47 +00:00
* feat: Add GitHub PR and issue templates for better contributor experience * simplify: Make templates more concise and user-friendly
260 B
260 B
What does this PR do?
Related Issues
Fixes #
Checklist
- Tests pass (
uv run pytest) - Code formatted (
ruff formatandruff check) - Pre-commit hooks pass (
pre-commit run --all-files)