docs: make CONTRIBUTING.md readable on Github

Move the contents of CONTRIBUTING.rst into contributing/index.rst,
create CONTRIBUTING.md with a link to the programming guide.

Closes https://github.com/espressif/esp-idf/issues/6807
This commit is contained in:
Ivan Grokhotkov
2022-05-03 23:55:40 +02:00
parent b5c99bcc2c
commit 0f515ce3fb
5 changed files with 73 additions and 72 deletions
+6
View File
@@ -0,0 +1,6 @@
# Contributing to ESP-IDF
Contributions to ESP-IDF - fixing bugs, adding features, adding documentation - are welcome! We accept contributions via Github Pull Requests.
Please see the [Contributions Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/contribute/index.html) for more information.