espilon-source/.github/pull_request_template.md
Eun0us 920e8ec0bd
Some checks failed
Discord Push Notification / notify (push) Has been cancelled
ε - Add repo structure: CODEOWNERS, templates, SECURITY.md
Add branch protection infrastructure:
- .github/CODEOWNERS for auto-assign
- Issue templates (bug report, feature request)
- PR template with checklist
- SECURITY.md with disclosure policy
- Update CONTRIBUTING.md with branch workflow and ε commit prefix
2026-02-28 21:42:19 +01:00

509 B

Summary

Describe what this PR does and why.

Changes

  • ...
  • ...

Checklist

  • Build tested locally (idf.py build)
  • New module guarded with #ifdef CONFIG_MODULE_XXX
  • Kconfig entries added (if new module)
  • Module registered in bot-lwip.c (if new module)
  • C3PO routes added (if new commands)
  • Documentation updated
  • No hardcoded credentials or secrets

Breaking Changes

List any breaking changes (command renames, protobuf schema changes, etc), or "None".