Files
nuttx/Documentation/contributing/index.rst
T
Tomasz 'CeDeROM' CEDRO 8699c675e2 doc: Contributing Guide updates.
* 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>
2026-02-19 12:11:14 -05:00

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