Skip to content

Commit d7ef525

Browse files
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 <[email protected]> --------- Co-authored-by: Jesse Braham <[email protected]>
1 parent ad8e6a4 commit d7ef525

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Bug description
11+
12+
<!-- A clear and concise description of what the bug is. -->
13+
14+
- [ ] I have searched the existing issues (closed & open) to make sure the issue hasn't already been reported
15+
- [ ] Check this box if you would like to work on a fix
16+
17+
## To Reproduce
18+
19+
Steps to reproduce the behavior:
20+
21+
1. ...
22+
2. ...
23+
3. ...
24+
4. ...
25+
26+
- [ ] I have reproduced the bug in main branch too
27+
28+
## Expected behavior
29+
30+
<!-- A clear and concise description of what you expected to happen. -->
31+
32+
## Screenshots
33+
34+
<!-- If applicable, add screenshots to help explain your problem. -->
35+
36+
## Environment
37+
38+
<!-- Please fill the following information. -->
39+
40+
- OS: [e.g. Ubuntu 20.04]
41+
- espflash/cargo-espflash version: [e.g. 0.1.0]
42+
- Target: [e.g. ESP32-C3]
43+
44+
## Additional context
45+
46+
<!-- Add any other context about the problem here. -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Motivations
11+
12+
<!--
13+
If your feature request is related to a problem, please describe it.
14+
-->
15+
16+
- Would you like to implement this feature? [y/n]
17+
18+
## Solution
19+
20+
<!-- Describe the solution you'd like. -->
21+
22+
## Alternatives
23+
24+
<!-- Describe any alternative solutions or features you've considered. -->
25+
26+
## Additional context
27+
28+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)