Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c110ca8

Browse filesBrowse files
authored
docs(language): Enforce English on contributions and issues (#11267)
1 parent a8bead7 commit c110ca8
Copy full SHA for c110ca8

File tree

3 files changed

+5
-0
lines changed
Filter options

3 files changed

+5
-0
lines changed

‎.github/ISSUE_TEMPLATE/Feature-request.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Feature-request.yml
+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
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.
89
* We welcome any ideas or feature requests! It is helpful if you can explain exactly why the feature would be useful.
910
* 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.
1011
* If you would like to contribute, please read the [contributions guide](https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html).

‎.github/ISSUE_TEMPLATE/Issue-report.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Issue-report.yml
+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
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.
89
* Before reporting a new issue please check and search in [List of existing issues](https://github.com/espressif/arduino-esp32/issues?q=is%3Aissue)
910
* Please check [Online Documentation](https://docs.espressif.com/projects/arduino-esp32/en/latest/index.html)
1011
* Take a look on [Troubleshooting guide](https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html)

‎docs/en/contributing.rst

Copy file name to clipboardExpand all lines: docs/en/contributing.rst
+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Before Contributing
1515

1616
Before sending us a Pull Request, please consider this:
1717

18+
* All contributions must be written in English to ensure effective communication and support.
19+
Pull Requests written in other languages will be closed, with a request to rewrite them in English.
20+
1821
* Is the contribution entirely your own work, or is it already licensed under an LGPL 2.1 compatible Open Source License?
1922
If not, cannot accept it.
2023

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.