[libcxx-commits] [libcxx] d86e16e - [libc++] NFC: Document the Differential queries to avoid duplicating work
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 8 14:47:46 PST 2021
Author: Louis Dionne
Date: 2021-01-08T17:47:39-05:00
New Revision: d86e16e4bd5ed90f08e6e787785b485636a2184d
URL: https://github.com/llvm/llvm-project/commit/d86e16e4bd5ed90f08e6e787785b485636a2184d
DIFF: https://github.com/llvm/llvm-project/commit/d86e16e4bd5ed90f08e6e787785b485636a2184d.diff
LOG: [libc++] NFC: Document the Differential queries to avoid duplicating work
Differential Revision: https://reviews.llvm.org/D94343
Added:
Modified:
libcxx/docs/Contributing.rst
Removed:
################################################################################
diff --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index f397f4ce8831..20b614f177bc 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -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/
diff erential>`__,
+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
=================
More information about the libcxx-commits
mailing list