Minor documentation improvements

Summary:
  - Link to "importing a repository" from Config next steps, since it's not
obvious (and the article isn't obviously named).
  - Some minor doc tweaks.
  - Remove "Roadmap" document since it's super out of date and not very useful.

Test Plan: Regenerated and read documentation.

Reviewers: btrahan, jungejason

Reviewed By: jungejason

CC: aran, jungejason

Maniphest Tasks: T743

Differential Revision: https://secure.phabricator.com/D1384
This commit is contained in:
epriestley
2012-01-12 18:30:36 -08:00
parent f5e1e3377c
commit a88e132179
5 changed files with 25 additions and 75 deletions

View File

@@ -21,9 +21,20 @@ https://developers.facebook.com/opensource/cla
If you want to contribute but aren't sure how (or want to try submitting a small
patch before you build something bigger) you can search the Phabricator
development install for open tasks in the "Bootcamp" project which are owned by
"Up For Grabs". These are small-to-medium-sized bugs and projects intended to
introduce new contributors to the codebase.
development install for open tasks (these are pretty up-to-date) or come find
us in IRC and ask for some pointers.
= Submitting Patches =
To submit patches against libphutil, Arcanist or Phabricator, create a commit
and use ##arc## to send it for review (probably with ##epriestley## as a
reviewer):
$ arc diff
When your change is accepted, send a pull request on GitHub. (You can also
just submit a pull request, but Differential is preferred for nontrivial
changes.)
= Suggested Reading =