Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 958bba1

Browse files
committedJan 22, 2024
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d130d1c commit 958bba1

File tree

934 files changed

+55283
-56679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

934 files changed

+55283
-56679
lines changed
 

‎.github/ISSUE_TEMPLATE/Issue-report.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
* Before reporting a new issue please check and search in [List of existing issues](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue)
8+
* Before reporting a new issue please check and search in [List of existing issues](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue)
99
* Please check [Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/index.html)
1010
* Take a look on [Troubleshooting guide](https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html)
1111
* If still experiencing the issue, please provide as many details as possible below about your hardware, computer setup and code.
@@ -50,7 +50,7 @@ body:
5050
- v2.0.8
5151
- v2.0.7
5252
- v2.0.6
53-
- v2.0.5
53+
- v2.0.5
5454
- v2.0.4
5555
- v2.0.3
5656
- v2.0.2
@@ -85,13 +85,13 @@ body:
8585
validations:
8686
required: true
8787
- type: dropdown
88-
id: PSRAM
88+
id: PSRAM
8989
attributes:
9090
label: PSRAM enabled
9191
description: Is PSRAM enabled?
9292
options:
9393
- 'yes'
94-
- 'no'
94+
- 'no'
9595
validations:
9696
required: true
9797
- type: input
@@ -127,11 +127,11 @@ body:
127127
placeholder: Enable Core debug level - Debug on tools menu of Arduino IDE, then put the serial output here.
128128
render: plain
129129
validations:
130-
required: true
130+
required: true
131131
- type: textarea
132132
id: other-remarks
133133
attributes:
134-
label: Other Steps to Reproduce
134+
label: Other Steps to Reproduce
135135
description: Is there any other information you can think of which will help us reproduce this problem? Any additional info can be added as well.
136136
placeholder: ex. I also tried on other OS, HW...it works correctly on that setup.
137137
- type: checkboxes

‎.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ contact_links:
55
about: Community channel for questions and help
66
- name: ESP32 Forum - Arduino
77
url: https://esp32.com/viewforum.php?f=19
8-
about: Official Forum for questions
8+
about: Official Forum for questions

0 commit comments

Comments
 (0)
Please sign in to comment.