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:
Sergio Gasquez Arcos
2023-05-26 18:52:40 +02:00
committed by GitHub
parent ad8e6a40c3
commit d7ef525cb9
3 changed files with 75 additions and 0 deletions

View 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. -->

View File

@@ -0,0 +1 @@
blank_issues_enabled: true

View 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. -->