From b5886e92589f12da101f5982f3e7c1159d75b3c2 Mon Sep 17 00:00:00 2001 From: exarkun <> Date: Thu, 11 Jun 2020 12:55:23 +0000 Subject: [PATCH] link and text agree [Imported from Trac: page Patches, version 35] --- Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index d283aea..ba866bf 100644 --- a/Patches.md +++ b/Patches.md @@ -11,7 +11,7 @@ Once you have finished installing git and creating your Github account, fork the Download the source code from your new fork. This can be done by typing `git clone /tahoe-lafs.git` into terminal. -Navigate to the `tahoe-lafs` folder and type `git branch` to make sure `master` is selected. Then create a new branch with `git checkout -b `. Your branch name should have the ticket number and a small description of what the ticket is addressing. For example, the branch name for [ticket #3000 - Set up a [GitHub](GitHub) contributor guide](https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3003) was `3003.contributor-guide`. +Navigate to the `tahoe-lafs` folder and type `git branch` to make sure `master` is selected. Then create a new branch with `git checkout -b `. Your branch name should have the ticket number and a small description of what the ticket is addressing. For example, the branch name for [ticket #3003 - Set up a [GitHub](GitHub) contributor guide](https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3003) was `3003.contributor-guide`. Now, hack at Tahoe-LAFS!