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!