[Lldb-commits] [PATCH] D123957: Update the developer policy to mention release notes
James Henderson via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 19 02:12:51 PDT 2022
jhenderson accepted this revision.
jhenderson added a comment.
LGTM, with suggested nits.
================
Comment at: llvm/docs/DeveloperPolicy.rst:188
+notes, typically found in ``docs/ReleaseNotes.rst`` for the project. Changes to
+a project that are user-facing or users may wish to know about should be added
+to the project's release notes. Examples of changes that would typically
----------------
================
Comment at: llvm/docs/DeveloperPolicy.rst:192
+
+* Adding, removing, or modifying command line options.
+* Adding or removing a diagnostic.
----------------
I think official coding documentation style guides say to use "command-line" - at least, that's what our internal docs team has told me in the past.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123957/new/
https://reviews.llvm.org/D123957
More information about the lldb-commits
mailing list