Skip to content

Commit c110ca8

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

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Diff for: .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).

Diff for: .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)

Diff for: 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)