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

Differential Revision: https://reviews.llvm.org/D150813
This commit is contained in:
Louis Dionne 2023-05-17 11:05:12 -07:00
parent af7f0f2220
commit 87acf6ddc7

View File

@ -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
=====================