From 661069441563e73d942ac663d8fdc5301573800d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 18 Oct 2018 20:41:23 -0700 Subject: [PATCH] Add how to clone from phab and fix typos. --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb0f4e9d..196f0705 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,9 +21,9 @@ Before starting, you need a few tools. To clone the repository, you can run this command: ``` -git clone https://git.launchpad.net/lubuntu-manual +git clone ssh://git@phab.lubuntu.me:2222/source/lubuntu-manual.git ``` - +but to do this you must have your ssh key on phabricator. ## Adding a file to the manual After setting up the tools, you should now be ready to start editing files. @@ -92,9 +92,9 @@ merge proposal or pull request.** ## Specification/What is there to do? -In `spec.rst`, there is an editable outline of items to be accomplished, a preconpiled version with spec.pdf description of items to be accomplished, and on -`PROGRESS.md`, there is our status in completing that specification. Pick out -something to do, but before you start, please indicate on the [lubuntu-devel +In `spec.rst`, there is an editable outline of items to be accomplished, a precompiled version with spec.pdf description of items to be accomplished, and on +`PROGRESS.md`, there is our status in completing that specification. In the specification if you make changes run ``` rst2pdf spec.rst" +Pick out something to do, but before you start, please indicate on the [lubuntu-devel mailing list](https://lists.ubuntu.com/mailman/listinfo/Lubuntu-devel) or on [#lubuntu-devel on freenode](https://kiwiirc.com/client/irc.freenode.net/#lubuntu-devel) to state that you intend to complete what you have picked out. Please also look at `PROGRESS.md` to see what still needs to be completed.