From 74924be2e16e3335576f6b4f3b2c48cfd2d9ea46 Mon Sep 17 00:00:00 2001 From: exarkun <> Date: Fri, 15 Mar 2019 17:31:25 +0000 Subject: [PATCH] I really like my dots [Imported from Trac: page Patches, version 34] --- Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index e97102a..d283aea 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 #1382 - immutable peer selection refactoring and enhancements](https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1382) was `1382-immutable-peer-selection`. +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`. Now, hack at Tahoe-LAFS!