Some checks failed
Discord Push Notification / notify (push) Has been cancelled
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
23 lines
509 B
Markdown
23 lines
509 B
Markdown
## 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".
|