You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(repo): add issue/PR templates, ruff/black config, and CI lint workflow (#7)
chore(repo): add issue/PR templates, ruff/black config, and CI lint workflow
Objective: No issue/PR templates and no automated linting caused
inconsistent contribution format and missing context in bug reports.
Approach: Add GitHub templates (bug/feature/question + PR), ruff/black
config aligned with upstream opendataloader-pdf, and a lint CI workflow
that enforces the config on every push/PR. Notebooks under docs/ are
excluded, matching LlamaIndex's convention.
Evidence: ruff check + black --check both pass locally; all 33 unit
tests pass after auto-format; CI green (lint, unit-test 3.10/3.13,
min-dep-test, CodeQL).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments