Skip to content

Commit

Permalink
Merge pull request #29 from AdityaMathur25/aditya
Browse files Browse the repository at this point in the history
updated documentation for the repo
  • Loading branch information
vikashpatel24 committed Oct 12, 2022
2 parents 347f2bb + f8d6de3 commit 7983ce4
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion README.md
Expand Up @@ -44,7 +44,46 @@ Web Development



## Star and follow to support

## What's in it for you? 🤔
- Meet fellow coders, build a team.
- Get your questions answered and help others by answering theirs.
- Share your creative ideas about improving this community.
- Showcase you previous works as a motivation for others.
- Resources to get you started and sharpening the skills.
- And lot of things coming from you.

### Follow the below steps for contribution

> 1. first fork this repo
> 2. make a directory/folder on your local system and initial it,
```sh
mkdir <your directory name>
git init
```
> 3. then clone this repository on your local system by running below command
```sh
git clone "your forked repo url"
```
> 4. Work on the project
> 6. after creating your changes and in order to add your changes run the following command
```sh
git add .
```
> 7. Its time to commit the changes made
```sh
git commit -m "your valid commit message"
```

> 8. then push the changes that you have made, run the below command,
```sh
git push -u origin main
```
### "All the best for the event" ✨


# CONTRIBUTORS
- [CONTRIBUTORS LIST, CLICK HERE](Contributors%20List/README.md)
Expand All @@ -58,3 +97,5 @@ Web Development
- [Machine Learning](Machine%20Learning/machine-learning.md)
- [Operating System](Operating%20System/os.md)
For more, [click here](Operating%20System)

### Show some ❤ by starring⭐ the repository.

0 comments on commit 7983ce4

Please sign in to comment.