This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +89
-0
lines changed Expand file tree Collapse file tree 2 files changed +89
-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 : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ### Describe the bug
11+
12+ A clear and concise description of what the bug is.
13+
14+ ### Steps to Reproduce
15+
16+ Steps to reproduce the behavior. Including the [ MRE] ( https://stackoverflow.com/help/minimal-reproducible-example ) sketches
17+
18+ ### Expected behavior
19+
20+ A clear and concise description of what you expected to happen.
21+
22+ ### Actual behavior
23+
24+ A clear and concise description of what you expected to happen.
25+
26+ ### Debug and AT-command log (if applicable)
27+
28+ A clear and concise description of what you expected to happen.
29+
30+ ### Screenshots
31+
32+ If applicable, add screenshots to help explain your problem.
33+
34+ ### Information
35+
36+ Please ensure to specify the following:
37+
38+ * Arduino IDE version (e.g. 1.8.13) or Platform.io version
39+ * ` ESP8266 ` ,` ESP32 ` or ` STM32 ` Core Version (e.g. ESP8266 core v2.7.4, ESP32 v1.0.5 or STM32 v1.9.0)
40+ * Contextual information (e.g. what you were trying to achieve)
41+ * Simplest possible steps to reproduce
42+ * Anything that might be relevant in your opinion, such as:
43+ * Operating system (Windows, Ubuntu, etc.) and the output of ` uname -a `
44+ * Network configuration
45+
46+ ### Example
47+
48+ ```
49+ Arduino IDE version: 1.8.13
50+ ESP32 Core Version 1.0.5
51+ OS: Ubuntu 20.04 LTS
52+ Linux xy-Inspiron-3593 5.4.0-66-generic #74-Ubuntu SMP Wed Jan 27 22:54:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
53+
54+ Context:
55+ I encountered an endless loop while trying to connect to Local WiFi.
56+
57+ Steps to reproduce:
58+ 1. ...
59+ 2. ...
60+ 3. ...
61+ 4. ...
62+ ```
63+
64+ ### Additional context
65+
66+ Add any other context about the problem here.
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 : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ### Is your feature request related to a problem? Please describe.
11+
12+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
13+
14+ ### Describe the solution you'd like
15+
16+ A clear and concise description of what you want to happen.
17+
18+ ### Describe alternatives you've considered
19+ A clear and concise description of any alternative solutions or features you've considered.
20+
21+ ### Additional context
22+
23+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments