You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Feature-request.yml
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
+
* Please note that we can only process feature requests reported in English to ensure effective communication and support. Feature requests written in other languages will be closed, with a request to rewrite them in English.
8
9
* We welcome any ideas or feature requests! It is helpful if you can explain exactly why the feature would be useful.
9
10
* There are usually some outstanding feature requests in the [existing issues list](https://github.com/espressif/arduino-esp32/issues?q=is%3Aopen+is%3Aissue+label%3A%22Type%3A+Feature+request%22), feel free to add comments to them.
10
11
* If you would like to contribute, please read the [contributions guide](https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Issue-report.yml
+5-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
+
* Please note that we can only process issues reported in English to ensure effective communication and support. Issues written in other languages will be closed, with a request to rewrite them in English.
8
9
* Before reporting a new issue please check and search in [List of existing issues](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue)
# On MacOS the sed command won't skip the first match. Use gsed instead.
345
+
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_DEV">"$OUTPUT_DIR/$PACKAGE_JSON_DEV_CN"
# On MacOS the sed command won't skip the first match. Use gsed instead.
350
+
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_REL">"$OUTPUT_DIR/$PACKAGE_JSON_REL_CN"
345
351
fi
346
352
347
353
# Figure out the last release or pre-release
@@ -373,12 +379,14 @@ echo
373
379
if [ -n"$prev_any_release" ] && [ "$prev_any_release"!="null" ];then
374
380
echo"Merging with JSON from $prev_any_release ..."
0 commit comments