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
29 lines
560 B
Markdown
29 lines
560 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest a new feature or module for Espilon
|
|
title: "[FEAT] "
|
|
labels: enhancement
|
|
assignees: Eun0us
|
|
---
|
|
|
|
## Description
|
|
|
|
What feature or module would you like?
|
|
|
|
## Use Case
|
|
|
|
Why is this needed? What problem does it solve?
|
|
|
|
## Hardware Requirements
|
|
|
|
- **Required hardware**: (e.g., MCP2515 for CAN bus, none for software-only)
|
|
- **Target chip**: ESP32 / ESP32-C3 / ESP32-S3
|
|
|
|
## Proposed Implementation
|
|
|
|
If you have an idea of how it should work, describe it here.
|
|
|
|
## Additional Context
|
|
|
|
Any references, links, or documentation.
|