Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushparikh-code authored Sep 17, 2024
1 parent fa1be6a commit d1752f7
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## HOW TO CONTRIBUTE ? 👷

**1.** Fork [this](https://github.com/Ayushparikh-code/Web-dev-mini-projects) repository.

**2.** Clone the forked repository.

```terminal
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects
```

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

```terminal
cd Web-dev-mini-projects
```

**4.** MAKE A NEW FOLDER WITH YOUR PROJECT NAME INSIDE web-dev-mini-projects & Add your project files (eg: index.html ,style.css, script.js) inside that folder
<br>

**5.** Also Add a README file in your project folder which consists of Description/screenshots about your project !


<br>

**6.** Create a new branch.

```terminal
git checkout -b <your_branch_name>
```

**7.** Add & Commit your changes.

```terminal
git add .
git commit -m "<your_commit_message>"
```

**7.** Push your local branch to the remote repository.

```terminal
git push -u origin <your_branch_name>
```

**8.** Create a Pull Request!

**Congratulations!** Sit and relax till we review your PR, you've made your contribution to (https://github.com/Ayushparikh-code/Web-dev-mini-projects) project

<br>

0 comments on commit d1752f7

Please sign in to comment.