Skip to content

Commit db7dfcd

Browse files
authored
Update CONTRIBUTING.md
1 parent 57b973e commit db7dfcd

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

CONTRIBUTING.md

+6-22
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
<h3> 📌 Contribution Guidelines 🏗 </h3>
1+
<h3> Contribution Guidelines </h3>
22

33
Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and make it better.
44
To start contributing, follow the below guidelines:
55

6-
*1.* Fork [this](https://github.com/cyberbuddy-manas/notes) repository.
6+
*1.* Fork [this](https://github.com/rakshitmehra.me/hacktoberfest2022) repository.
77

88
*2.* Clone your forked copy of the project.
99

1010
bash
11-
git clone https://github.com/cyberbuddy-manas/notes.git
12-
11+
git clone https://github.com/rakshitmehra.me/hacktoberfest2022
1312

1413
*3.* Navigate to the project directory.
1514

16-
1715
cd notes
1816

19-
2017
*4.* Create a new branch:
2118

2219

@@ -31,21 +28,15 @@ bash
3128
git add .
3229
git commit -m "<your_commit_message>"
3330

34-
3531
*7.* Push your local commits to the remote repo.
36-
37-
3832
git push origin YourBranchName
39-
40-
41-
*8.* Create a [PR](https://github.com/cyberbuddy-manas/notes.git)
33+
*8.* Create a [PR](https://github.com/rakshitmehra/hacktoberfest2022.git)
4234

4335
*9.* If anyone contribute to this repository, then the changes will not reflect in your local repository. For that:
4436

4537
*10.* Setup a reference(remote) to the original repository to get all the changes from the remote.
4638

47-
48-
git remote add upstream https://github.com/cyberbuddy-manas/notes.git
39+
git remote add upstream https://github.com/rakshitmehra/hacktoberfest2022.git
4940

5041

5142
*11.* Check the remotes for this repository.
@@ -56,21 +47,14 @@ bash
5647

5748
*12.* Fetching from the remote repository will bring in its branches and their respective commits.
5849

59-
6050
git fetch upstream
6151

62-
6352
*13.* Make sure that you're on your master branch.
6453

65-
6654
git checkout main
6755

68-
6956
*14.* Now that we have fetched the upstream repository, we want to merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing our local changes.
7057

71-
7258
git merge upstream/main
73-
74-
Thanks to [tanvir2op](https://github.com/logic404) for helping me out with these points.
75-
7659

60+
Thanks to [Manas Gupta](https://github.com/cyberbuddy-manas) for helping me.

0 commit comments

Comments
 (0)