mirror of
https://github.com/esp-rs/espflash.git
synced 2026-04-17 20:04:34 +00:00
Add issue templates (#403)
* feat: ✨ Add issue template * feat: ✨ Add Target * feat: ✨ Allow blank issues * style: 🎨 Use checkboxes * Update .github/workflows/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com> --------- Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ad8e6a40c3
commit
d7ef525cb9
46
.github/workflows/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
46
.github/workflows/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Bug description
|
||||
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
- [ ] I have searched the existing issues (closed & open) to make sure the issue hasn't already been reported
|
||||
- [ ] Check this box if you would like to work on a fix
|
||||
|
||||
## To Reproduce
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
4. ...
|
||||
|
||||
- [ ] I have reproduced the bug in main branch too
|
||||
|
||||
## Expected behavior
|
||||
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
## Screenshots
|
||||
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||
|
||||
## Environment
|
||||
|
||||
<!-- Please fill the following information. -->
|
||||
|
||||
- OS: [e.g. Ubuntu 20.04]
|
||||
- espflash/cargo-espflash version: [e.g. 0.1.0]
|
||||
- Target: [e.g. ESP32-C3]
|
||||
|
||||
## Additional context
|
||||
|
||||
<!-- Add any other context about the problem here. -->
|
||||
1
.github/workflows/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/workflows/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: true
|
||||
28
.github/workflows/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
28
.github/workflows/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Motivations
|
||||
|
||||
<!--
|
||||
If your feature request is related to a problem, please describe it.
|
||||
-->
|
||||
|
||||
- Would you like to implement this feature? [y/n]
|
||||
|
||||
## Solution
|
||||
|
||||
<!-- Describe the solution you'd like. -->
|
||||
|
||||
## Alternatives
|
||||
|
||||
<!-- Describe any alternative solutions or features you've considered. -->
|
||||
|
||||
## Additional context
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
||||
Reference in New Issue
Block a user