From 78bdd2c1d94909943fc52dd9f8989dc9d0eb18dd Mon Sep 17 00:00:00 2001 From: Swasthik shetty <42874695+swaaz@users.noreply.github.com> Date: Wed, 9 Oct 2019 22:58:42 +0530 Subject: [PATCH 1/2] Update contribution.md --- .github/ISSUE_TEMPLATE/contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/contribution.md b/.github/ISSUE_TEMPLATE/contribution.md index fd6a3834..3b2fc26b 100644 --- a/.github/ISSUE_TEMPLATE/contribution.md +++ b/.github/ISSUE_TEMPLATE/contribution.md @@ -3,7 +3,7 @@ - Clone it using command :
 $ git clone paste_the_copied_url.
- Open folder "C/Python" : -
$ cd filder_name
+
$ cd folder_name
eg:cd C - Create new branch :
 $ git branch new_branch_name
From f6ccad8e9524264e89e02346c85e8a8355fa184f Mon Sep 17 00:00:00 2001 From: Swasthik shetty <42874695+swaaz@users.noreply.github.com> Date: Wed, 9 Oct 2019 23:00:37 +0530 Subject: [PATCH 2/2] Update contribution.md --- .github/ISSUE_TEMPLATE/contribution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/contribution.md b/.github/ISSUE_TEMPLATE/contribution.md index 3b2fc26b..377f463e 100644 --- a/.github/ISSUE_TEMPLATE/contribution.md +++ b/.github/ISSUE_TEMPLATE/contribution.md @@ -2,6 +2,8 @@ - Fork this [repo](https://github.com/swaaz/basicprograms) - Clone it using command :
 $ git clone paste_the_copied_url.
+- Open folder "basicprograms" : +
$ cd basicprograms
- Open folder "C/Python" :
$ cd folder_name
eg:cd C