-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from indiehd/issue-13
Add documentation for forking and cloning the repositories
- Loading branch information
Showing
3 changed files
with
100 additions
and
20 deletions.
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 |
---|---|---|
@@ -1,19 +1,41 @@ | ||
# Docs Repository Documentation | ||
[![Waffle.io - Columns and their card count](https://badge.waffle.io/indiehd/docs.svg?columns=all)](https://waffle.io/indiehd/docs) | ||
|
||
## Fork The Repository | ||
## Qualifications | ||
* Articulate content writer | ||
* Patience | ||
|
||
You would fork [docs](https://github.com/indiehd/docs) if you wanted to submit changes to the documentation | ||
you are currently reading. | ||
## Fork | ||
You would fork [docs](https://github.com/indiehd/docs) if you wanted to submit changes to the documentation you are | ||
currently reading. | ||
|
||
It uses the [Docsify](https://docsify.js.org/#/?id=docsify) library for generating the content. | ||
|
||
Just click the `Fork` button in the top right of the repository page: | ||
|
||
![](../images/fork_button.jpg) | ||
|
||
**Contributor Qualifications:** | ||
* Articulate content writer | ||
* Patience | ||
|
||
`Documentation under construction` | ||
Once forked, you will then `clone` ***YOUR*** repository to your local machine. | ||
|
||
## Clone via HTTPS | ||
|
||
?> Replace `<YOU>` with your username or organization! | ||
|
||
``` | ||
git clone https://github.com/<YOU>/docs.git | ||
``` | ||
|
||
## Clone via SSH | ||
|
||
*Requires a [SSH Key](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/) to be | ||
added to your github account* | ||
|
||
?> Replace `<YOU>` with your username or organization! | ||
|
||
``` | ||
git clone git@github.com:<YOU>/docs.git | ||
``` | ||
|
||
## Help | ||
If you are struggling and nee help, you can come chat with us on [Our Discord](home/COMMUNITY) | ||
|
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
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