-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix related to robertdebock/ansible-role-cis#1
- Loading branch information
1 parent
364e29d
commit a2dde2e
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -15,13 +15,13 @@ Here is how you can help, a lot of steps are related to GitHub, not specifically | |
|
||
### [1. Make an issue.](#1-make-an-issue) | ||
|
||
When you spot an issue, [create an issue](https://github.com/{{ github_namespace }}/{{ role_name }}/issues). | ||
When you spot an issue, [create an issue](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/issues). | ||
|
||
Making the issue help me and others to find similar problems in the future. | ||
|
||
### [2. Fork the project.](#2-fork-the-project) | ||
|
||
On the top right side of [the repository on GitHub](https://github.com/{{ github_namespace }}/{{ role_name }}), click `fork`. This copies everything to your GitHub namespace. | ||
On the top right side of [the repository on GitHub](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}), click `fork`. This copies everything to your GitHub namespace. | ||
|
||
### [3. Make the changes](#3-make-the-changes) | ||
|
||
|
@@ -30,7 +30,7 @@ In you own GitHub namespace, make the required changes. | |
I typically do that by cloning the repository (in your namespace) locally: | ||
|
||
``` | ||
git clone [email protected]:YOURNAMESPACE/{{ role_name }}.git | ||
git clone [email protected]:YOURNAMESPACE/ansible-role-{{ role_name }}.git | ||
``` | ||
|
||
Now you can start to edit on your laptop. | ||
|