* feat: Add issue templates * feat: Address review comments * feat: Add GH discussion link
32 lines
754 B
Markdown
32 lines
754 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ["bug", "status:needs-attention"]
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Bug description
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
## To Reproduce
|
|
|
|
<!-- Steps to reproduce the behavior. -->
|
|
1. ...
|
|
2. ...
|
|
|
|
<!-- Please share the minimal repro of the issue where the bug can be reproduced. -->
|
|
|
|
<!-- Make sure you are able to reproduce the bug in the `main` branch, too. -->
|
|
|
|
## Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. Attach screenshots if needed. -->
|
|
|
|
## Environment
|
|
|
|
- Target device: [e.g. ESP32-S3] <!-- Use `espflash board-info` to get the target device iformation. -->
|
|
- Crate name and version: [e.g. esp-hal 0.20.0]
|