Skip to content

Commit

Permalink
Add some more detailed docs about the current state of Phabricator and
Browse files Browse the repository at this point in the history
reviwes.llvm.org to help reduce confusion.

llvm-svn: 238295
  • Loading branch information
chandlerc committed May 27, 2015
1 parent 57411e3 commit 792b94c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion llvm/docs/Phabricator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 792b94c

Please sign in to comment.