This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Questions can be asked by raising an `Issue`.
25
25
- Using git on your local machine. Do this to download the forked copy of this repo to your computer
26
26
27
27
```
28
- git clone https://github.com/yourGithubUsername/hacktoberfest-practice.git
28
+ git clone https://github.com/yourGithubUsername/hacktoberfest-practice.git
29
29
```
30
30
31
31
- switch to the cloned folder. This can be done with Gitbash or the integrated terminal in the VSCode editor
@@ -40,14 +40,16 @@ Questions can be asked by raising an `Issue`.
40
40
git checkout -b <name of new branch>
41
41
```
42
42
43
- - Make changes in your repo by opening the README.md file and adding your full name along with a link to your github profile
43
+ <!-- - Make changes in your repo by opening the README.md file and adding your full name along with a link to your github profile -->
44
44
45
- ```
46
- open ReadMe. md
47
- On a new line type in ..
48
- Full Name [github.com/githubUsername]
49
- ```
50
- - Stage your changes
45
+ - Open the file README. md
46
+
47
+ - On a new line in alphabetical order, add your name and a link to your Github profile
48
+
49
+ - For example ,
50
+ ` [Full Name](https://github.com/your-username) `
51
+
52
+ - Stage your changes
51
53
52
54
```
53
55
git add README.md
@@ -71,9 +73,8 @@ Questions can be asked by raising an `Issue`.
71
73
git push origin <name of your branch>
72
74
```
73
75
74
-
75
- - Pulling your request. Click on the Pull requests tab on the forked github repository.
76
- Note : A pull request allows your changes to be merged with the original project.
76
+ - Pulling your request. Click on the Pull requests tab on the forked github repository.
77
+ Note : A pull request allows your changes to be merged with the original project.
77
78
78
79
```
79
80
click on pull request
You can’t perform that action at this time.
0 commit comments