Summary
Refresh CONTRIBUTING.md after issue templates, PR template, and CI land so contributors know how to file issues, open PRs, and pass checks.
Updates to include
- Reporting work — which issue template to pick; for now, which default label applies (
bug, documentation, enhancement, etc.)
- Future labels — pointer that OPSIIE-specific pastel labels will be added after the templates issue follow-up
- Pull requests — reference
.github/pull_request_template.md
- Local quality gates — commands matching CI (Black, Flake8, Pylint, optional pytest)
- Security — no secrets; use
kun.example.py; see SECURITY.md
Acceptance criteria
Depends on
- Parent: Infrastructure: add
.github directory
- Sub-issues: issue templates, PR template, CI/CD
Suggested order
Land after or together with the final .github implementation PR.
Summary
Refresh
CONTRIBUTING.mdafter issue templates, PR template, and CI land so contributors know how to file issues, open PRs, and pass checks.Updates to include
bug,documentation,enhancement, etc.).github/pull_request_template.mdkun.example.py; seeSECURITY.mdAcceptance criteria
CONTRIBUTING.mdmatches what actually shipped in.github/CODE_OF_CONDUCT.mdandSECURITY.mdDepends on
.githubdirectorySuggested order
Land after or together with the final
.githubimplementation PR.