Skip to content

Commit a6383d9

Browse files
authored
IEP-1618: Generate Bug Report Feature (#1298)
* IEP-1618: Generate Bug Report Feature
1 parent 2772840 commit a6383d9

File tree

9 files changed

+688
-8
lines changed

9 files changed

+688
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ A clear and concise description of what you expected to happen.
2323
**Screenshots**
2424
If applicable, add screenshots to help explain your problem.
2525

26-
**Espressif-IDE Product Information:**
27-
Espressif > Product Information (Copy content from the console and attach as a file)
28-
29-
**Eclipse Error log:**
30-
Window > Show View > Other > Search for "Error Log" (Attach as a file)
31-
32-
Please attach the error log as described here https://github.com/espressif/idf-eclipse-plugin#error-log
26+
**Bug Report**
27+
Please attach the bug report zip file generated. The file is generated in the workspace root directory.
28+
Espressif > Generate Bug Report

bundles/com.espressif.idf.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Automatic-Module-Name: com.espressif.idf.core
3838
Bundle-ActivationPolicy: lazy
3939
Export-Package: com.espressif.idf.core,
4040
com.espressif.idf.core.actions,
41+
com.espressif.idf.core.bug,
4142
com.espressif.idf.core.build,
4243
com.espressif.idf.core.configparser,
4344
com.espressif.idf.core.configparser.vo,

0 commit comments

Comments
 (0)