[libcxx-commits] [libcxx] 87acf6d - [libc++][docs] Add note about RFCs for significant changes

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 31 12:26:34 PDT 2023


Author: Louis Dionne
Date: 2023-05-31T12:25:56-07:00
New Revision: 87acf6ddc73d60a0733df17f1720d810389d450c

URL: https://github.com/llvm/llvm-project/commit/87acf6ddc73d60a0733df17f1720d810389d450c
DIFF: https://github.com/llvm/llvm-project/commit/87acf6ddc73d60a0733df17f1720d810389d450c.diff

LOG: [libc++][docs] Add note about RFCs for significant changes

Differential Revision: https://reviews.llvm.org/D150813

Added: 
    

Modified: 
    libcxx/docs/Contributing.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index 2af7b0b2a977d..6d853e938cf1c 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -25,6 +25,15 @@ and clicking on ``Libc++ Open Reviews`` in the sidebar to the left. If you see
 that your feature is already being worked on, please consider chiming in instead
 of duplicating work!
 
+RFCs for significant user-affecting changes
+===========================================
+
+Before you start working on a change that can have significant impact on users of the library,
+please consider creating a RFC on `libc++'s Discourse forum <https://discourse.llvm.org/c/runtimes/libcxx>`__.
+This will ensure that you work in a direction that the project endorses and will ease reviewing your
+contribution as directional questions can be raised early. Including a WIP patch is not mandatory, but
+it can be useful to ground the discussion in something concrete.
+
 Pre-commit check list
 =====================
 


        


More information about the libcxx-commits mailing list