From: Chandler Carruth Date: Wed, 27 May 2015 07:20:46 +0000 (+0000) Subject: Add some more detailed docs about the current state of Phabricator and X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=957830dc8e0617b72752dc885737609a2c47207a Add some more detailed docs about the current state of Phabricator and reviwes.llvm.org to help reduce confusion. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238295 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Phabricator.rst b/docs/Phabricator.rst index b0f62e02d19..f7238afafc7 100644 --- a/docs/Phabricator.rst +++ b/docs/Phabricator.rst @@ -146,10 +146,20 @@ Submit button to finish closing the review. Status ------ -Please let us know whether you like it and what could be improved! +Please let us know whether you like it and what could be improved! We're still +working on setting up a bug tracker, but you can email klimek-at-google-dot-com +and chandlerc-at-gmail-dot-com and CC the llvmdev mailing list with questions +until then. We also could use help implementing improvements. This sadly is +really painful and hard because the Phabricator codebase is in PHP and not as +testable as you might like. However, we've put exactly what we're deploying up +on an `llvm-reviews GitHub project`_ where folks can hack on it and post pull +requests. We're looking into what the right long-term hosting for this is, but +note that it is a derivative of an existing open source project, and so not +trivially a good fit for an official LLVM project. .. _LLVM's Phabricator: http://reviews.llvm.org .. _`http://reviews.llvm.org`: http://reviews.llvm.org .. _Code Repository Browser: http://reviews.llvm.org/diffusion/ .. _Arcanist Quick Start: http://www.phabricator.com/docs/phabricator/article/Arcanist_Quick_Start.html .. _Arcanist User Guide: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html +.. _llvm-reviews GitHub project: https://github.com/r4nt/llvm-reviews/