Repository automation, contributor templates, and CI configuration for the
project's GitHub presence.
File
Description
CODEOWNERS
Review ownership rules
PULL_REQUEST_TEMPLATE.md
Default PR template for contributors
conventional-commit-lint.yaml
Conventional commit validation config
dependabot.yml
Dependency update automation config
Directory
Purpose
ISSUE_TEMPLATE/
GitHub issue form definitions (see ISSUE_TEMPLATE/AGENTS.md)
actions/
Shared action assets such as spelling configuration (see actions/AGENTS.md)
workflows/
CI workflow definitions (see workflows/AGENTS.md)
Working In This Directory
Treat this subtree as repository automation and governance, not runtime code.
Keep workflow names, triggers, and file paths synchronized with actual repo structure.
Validate YAML syntax and referenced scripts or paths after changes.
Workflow files orchestrate the same checks documented for local development.
scripts/ contains many commands invoked by workflows.
Root packaging and test configuration in pyproject.toml drives several CI jobs.
GitHub Actions workflow syntax and marketplace actions.