From a2dde2ef6941e32dd73ed5f9e3a1df2722194616 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Sat, 8 Aug 2020 16:59:07 +0200 Subject: [PATCH] Fix related to https://github.com/robertdebock/ansible-role-cis/pull/1 --- templates/CONTRIBUTING.md.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CONTRIBUTING.md.j2 b/templates/CONTRIBUTING.md.j2 index 2a4f0d5..2eaed06 100644 --- a/templates/CONTRIBUTING.md.j2 +++ b/templates/CONTRIBUTING.md.j2 @@ -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 git@github.com:YOURNAMESPACE/{{ role_name }}.git +git clone git@github.com:YOURNAMESPACE/ansible-role-{{ role_name }}.git ``` Now you can start to edit on your laptop.