File tree Expand file tree Collapse file tree 3 files changed +75
-0
lines changed
.github/workflows/ISSUE_TEMPLATE Expand file tree Collapse file tree 3 files changed +75
-0
lines changed Original file line number Diff line number Diff line change
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. -->
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
Original file line number Diff line number Diff line change
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. -->
You can’t perform that action at this time.
0 commit comments