forked from hyperledger-archives/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update coding-guidelines.md (hyperledger-archives#1921)
- Loading branch information
1 parent
c122394
commit ec393ea
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Here is the preferred workflow involved in making a pull request to the Composer | |
|
||
A first step is ensuring that you have a local development environment configured. | ||
|
||
- You must fork the `hyperledger/composer` repository to your own github organization. This is most eaisly achieved using the [github web-ui](https://help.github.com/articles/fork-a-repo/). | ||
- You must fork the `hyperledger/composer` repository to your own github organization. This is most easily achieved using the [github web-ui](https://help.github.com/articles/fork-a-repo/). | ||
- Once forked you can clone this repository to your local machine | ||
``` | ||
$ git clone [email protected]:MyGitName/composer.git | ||
|