Skip to content

Commit d4aacbd

Browse files
Fix FAB-417 - missing info on setting up SSH key
Add instructions to clarify use of LFID for all tools and ensure that info on setting up your SSH public key in Gerrit is prominent in CONTRIBUTING.md Change-Id: I04ec5d549350137724bcc5b45cb953bca4da4b1e Signed-off-by: Christopher Ferris <[email protected]>
1 parent 7f9613a commit d4aacbd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/CONTRIBUTING.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@ before participating. It is important that we keep things civil.
1010
## Getting a Linux Foundation account
1111

1212
In order to participate in the development of the Hyperledger Fabric project,
13-
you will need an [LF account](Gerrit/lf-account.md). This will give you single
14-
sign-on to all the community tools, including Gerrit and Jira (coming soon!).
13+
you will need an [LF account](Gerrit/lf-account.md). You will need to use
14+
your LF ID to grant you access to all the Hyperledger community tools, including
15+
[Gerrit](https://gerrit.hyperledger.org) and [Jira](https://jira.hyperledger.org).
16+
17+
### Setting up your SSH key
18+
19+
For Gerrit, you will want to register your public SSH key. Login to
20+
[Gerrit](https://gerrit.hyperledger.org)
21+
with your LF account, and click on your name in the upper right-hand corner
22+
and then click 'Settings'. In the left-hand margin, you should see a link for
23+
'SSH Public Keys'. Copy-n-paste your [public SSH key](https://help.github.com/articles/generating-an-ssh-key/)
24+
into the window and press 'Add'.
1525

1626
## Getting help
1727

0 commit comments

Comments
 (0)