From a23d67a34883a4be4d3336382d0abea46910b8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:21:02 +0100 Subject: [PATCH] Add note about Code_of_conduct to Readme.md (#7529) * Add note about Code_of_conduct to Readme.md Adding short note to the readme with link to Code of Conduct. * Typos and quote --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fb4c3a24..27995547f 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,5 @@ Finally, if you are sure no one else had the issue, follow the **Issue template* We welcome contributions to the Arduino ESP32 project! See [contributing](https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html) in the documentation for more information on how to contribute to the project. + +> We would like to have this repository in a polite and friendly atmosphere, so please be kind and respectful to others. For more details, look at [Code of Conduct](https://github.com/espressif/arduino-esp32/blob/master/CODE_OF_CONDUCT.md).