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
44 lines
587 B
Markdown
44 lines
587 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug in Espilon
|
|
title: "[BUG] "
|
|
labels: bug
|
|
assignees: Eun0us
|
|
---
|
|
|
|
## Description
|
|
|
|
A clear description of the bug.
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
|
|
## Expected Behavior
|
|
|
|
What should happen.
|
|
|
|
## Actual Behavior
|
|
|
|
What happens instead.
|
|
|
|
## Environment
|
|
|
|
- **Target**: ESP32 / ESP32-C3 / ESP32-S3
|
|
- **ESP-IDF version**: v5.x
|
|
- **Module(s) affected**: mod_xxx
|
|
- **C3PO version**: (if applicable)
|
|
- **OS**: Linux / macOS / Windows
|
|
|
|
## Logs
|
|
|
|
```
|
|
Paste relevant logs here.
|
|
```
|
|
|
|
## Additional Context
|
|
|
|
Any other context (screenshots, config, etc).
|