[libcxx-commits] [PATCH] D94343: [libc++] NFC: Document the Differential queries to avoid duplicating work

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 8 14:48:05 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd86e16e4bd5e: [libc++] NFC: Document the Differential queries to avoid duplicating work (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94343/new/

https://reviews.llvm.org/D94343

Files:
  libcxx/docs/Contributing.rst


Index: libcxx/docs/Contributing.rst
===================================================================
--- libcxx/docs/Contributing.rst
+++ libcxx/docs/Contributing.rst
@@ -14,6 +14,16 @@
 
 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
 =================
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94343.315525.patch
Type: text/x-patch
Size: 821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210108/2d29ae31/attachment.bin>


More information about the libcxx-commits mailing list