mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
8699c675e2
* As voted in https://www.mail-archive.com/dev@nuttx.apache.org/msg14264.html. * Contributing Guide nomenclature align. * Mention CG locations (git and doc). * Reference NuttX Documentation, Contributing, and Security. * Added Contributing Guide to NuttX Documentation (md include to stay in sync). * Breaking Changes marking update: * `[BREAKING]` title tag replaced with `!` (exclamation mark). * `BREAKING CHANGES:` description brief with quick-fix instructions added. * Breaking change git commit and pr template examples added. Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info>
19 lines
395 B
ReStructuredText
19 lines
395 B
ReStructuredText
============
|
|
Contributing
|
|
============
|
|
|
|
In the following sections you will find important information on how to contribute
|
|
to NuttX codebase (from small bugfixes to large new features) and documentation
|
|
(the one you are reading now):
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Contributing Guide <guide.rst>
|
|
workflow.rst
|
|
making-changes.rst
|
|
coding_style.rst
|
|
documentation.rst
|
|
releases.rst
|
|
|