I really like my dots

[Imported from Trac: page Patches, version 34]
exarkun 2019-03-15 17:31:25 +00:00
parent 331820e93d
commit 74924be2e1

@ -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. 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 #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>`. 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! Now, hack at Tahoe-LAFS!