OSDN Git Service

[libc++] NFC: Document the Differential queries to avoid duplicating work
authorLouis Dionne <ldionne.2@gmail.com>
Fri, 8 Jan 2021 22:23:16 +0000 (17:23 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 8 Jan 2021 22:47:39 +0000 (17:47 -0500)
Differential Revision: https://reviews.llvm.org/D94343

libcxx/docs/Contributing.rst

index f397f4c..20b614f 100644 (file)
@@ -14,6 +14,16 @@ Tasks and processes
 
 This file contains notes about various tasks and processes specific to libc++.
 
+Looking for pre-existing reviews
+================================
+
+Before you start working on any feature, please take a look at the open reviews
+to avoid duplicating someone else's work. You can do that by going to the website
+where code reviews are held, `Differential <https://reviews.llvm.org/differential>`__,
+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!
+
 Post-Release TODO
 =================