Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 09066d6

Browse files
authored
Update .github
1 parent 9df98fb commit 09066d6

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem.
3636
Please ensure to specify the following:
3737

3838
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
39-
* `ESP8266`,`ESP32`, `STM32`, `arduino-pico` or `Teensyduino` Core Version (e.g. ESP8266 core v3.0.2, ESP32 v2.0.5, STM32 v2.3.0, arduino-pico v2.6.3 or Teensyduino v1.57)
39+
* `ESP8266` or`ESP32` Core Version (e.g. ESP8266 core v3.0.2, ESP32 v2.0.5)
4040
* Contextual information (e.g. what you were trying to achieve)
4141
* Simplest possible steps to reproduce
4242
* Anything that might be relevant in your opinion, such as:
@@ -54,21 +54,24 @@ Linux xy-Inspiron-3593 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10
5454
5555
Context:
5656
I encountered a crash while using this library
57-
5857
Steps to reproduce:
5958
1. ...
6059
2. ...
6160
3. ...
6261
4. ...
6362
```
6463

64+
### Additional context
65+
66+
Add any other context about the problem here.
67+
6568
---
6669

6770
### Sending Feature Requests
6871

6972
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
7073

71-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncMQTT_Generic/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
74+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
7275

7376
---
7477

@@ -81,13 +84,13 @@ Please use the `astyle` to reformat the updated library code as follows (demo fo
8184
1. Change directory to the library GitHub
8285

8386
```
84-
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncMQTT_Generic_GitHub/
85-
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncMQTT_Generic_GitHub$
87+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncHTTPSRequest_Generic_GitHub/
88+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncHTTPSRequest_Generic_GitHub$
8689
```
8790

8891
2. Issue astyle command
8992

9093
```
91-
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncMQTT_Generic_GitHub$ bash utils/restyle.sh
94+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncHTTPSRequest_Generic_GitHub$ bash utils/restyle.sh
9295
```
9396

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
10+
### Is your feature request related to a problem? Please describe.
11+
1112
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1213

13-
**Describe the solution you'd like**
14+
### Describe the solution you'd like
15+
1416
A clear and concise description of what you want to happen.
1517

16-
**Describe alternatives you've considered**
18+
### Describe alternatives you've considered
1719
A clear and concise description of any alternative solutions or features you've considered.
1820

19-
**Additional context**
21+
### Additional context
22+
2023
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)