cederom opened a new pull request, #18412:
URL: https://github.com/apache/nuttx/pull/18412

   ## Summary
   
   * As voted in 
https://www.mail-archive.com/[email protected]/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.
   
   ## Impact
   
   Documentation / contributing / breaking changes marking update.
   
   ## Testing
   
   ```
   % uname -a
   FreeBSD hexagon 14.3-RELEASE-p8 FreeBSD 14.3-RELEASE-p8 GENERIC amd64
   
   % cd Documentation
   % pipenv shell
   % pipenv update
   % gmake autobuild
   Removing everything under '_build'...
   [sphinx-autobuild] Starting initial build
   [sphinx-autobuild] > python -m sphinx . _build -j auto -W
   Running Sphinx v6.2.1
   myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, 
enable_extensions=set(), disable_syntax=[], all_links_external=False, 
links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), 
ref_domains=None, fence_as_directive=set(), number_code_blocks=[], 
title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, 
footnote_transition=True, words_per_minute=200, substitutions={}, 
linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, 
dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, 
mathjax_classes='tex2jax_process|mathjax_process|math|output_area', 
enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
   Tags updated
   building [mo]: targets for 0 po files that are out of date
   writing output...
   building [html]: targets for 1490 source files that are out of date
   updating environment: [new config] 1490 added, 0 changed, 0 removed
   reading sources... [100%] testing/citests .. testing/index
   looking for now-outdated files... none found
   pickling environment... done
   checking consistency... done
   preparing documents... done
   writing output... [100%] reference/user/09_env_vars .. testing/index
   generating indices... genindex done
   writing additional pages... search done
   copying images... [100%] _static/images/menuconfig-debug.png
   copying downloadable files... [100%] 
components/drivers/special/usbmonitor_wireshark_linux_example_adb.pcapng
   copying static files... done
   copying extra files... done
   dumping search index in English (code: en)... done
   dumping object inventory... done
   build succeeded.
   
   The HTML pages are in _build.
   [sphinx-autobuild] Serving on http://127.0.0.1:8000
   [sphinx-autobuild] Waiting to detect changes...
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to