Skip to content

Commit 502e4df

Browse files
authored
Update README.md
1 parent 5891042 commit 502e4df

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
# Explore-open-source and become contributor
1+
# Explore Open Source
22

3+
<p align="center">
4+
<img src="https://avatars1.githubusercontent.com/u/76250600?s=200&v=4" />
5+
</p>
36

7+
## Welcome to the world of Open Source
48

9+
Coder2hacker platform will provide guidance to beginner developers and make them understand the benefits of using and exploring open source programs and platforms. The aim of this repo is to make a complete beginner make his/her first contribution and get acquainted with the processes involved throughout their journey in the world of open source.
510

11+
## Getting Started
612

13+
1. Fork this repo.
14+
1. Clone the repo
15+
```git clone <YOUR_FORKED_REPO_URL>```
16+
1. CD into the specific directory. Create a new branch of the master ```git branch <NEW_BRANCH_NAME>```
17+
1. You can check which branch you are in using ```git branch``` . Now checkout to the new branch created.
18+
```git checkout <BRANCH_NAME>```
19+
1. Create a new file named ```<YOUR_GITHUB_USERNAME>.json``` and create content as shown in sample [here](https://github.com/coder2hacker/Explore-open-source/blob/main/contributor.json).
20+
1. Stage the changes by using the command ```git add .```.
21+
1. Commit the changes made by using the command ```git commit -m "<YOUR_MESSAGE>"```. Give an appropriate message explaining the changes you made.
22+
1. Push the changes using ```git push```
23+
1. After you push the changes head over to the forked repo and a ```Compare & pull request``` button will appear.
24+
1. Click on that button and you will be taken to a page where you can create a pull request. After you have submitted the PR, we will review your work and approve the PR and merge it with the master branch.

0 commit comments

Comments
 (0)