link and text agree

[Imported from Trac: page Patches, version 35]
exarkun 2020-06-11 12:55:23 +00:00
parent 67a0791411
commit b5886e9258

@ -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 <https://github.com/><YOUR USERNAME>/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>`. 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>`. 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!