Skip to content

Commit

Permalink
Merge branch 'main' into AddedValidationsToTheContactForm
Browse files Browse the repository at this point in the history
  • Loading branch information
charu1603 authored Feb 28, 2024
2 parents 51ff450 + ad007b8 commit db0c75c
Show file tree
Hide file tree
Showing 12 changed files with 1,422 additions and 414 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,37 @@ git clone https://github.com/<your-github-username>/ignyte-website
cd ignyte-website
```

**4.** Create a new branch.
**4.** Install required dependencies.

```bash
npm install
```

**5.** Create a new branch.

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

**5.** Make changes.
**6.** Make changes.

**6.** Stage your changes and commit
**7.** Stage your changes and commit

```bash
git add -A

git commit -m "<your_commit_message>"
```

**7.** Push your local commits to the remote repo.
**8.** Push your local commits to the remote repo.

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

**8.** Create a [PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) to `develop` !
**9.** Create a [PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) to `develop` !

**9.** **Congratulations!** :tada: Sit and relax, you've made your contribution to [Ignyte-website](https://ignyte-website.vercel.app/). :v: :heart: 💥
**10.** **Congratulations!** :tada: Sit and relax, you've made your contribution to [Ignyte-website](https://ignyte-website.vercel.app/). :v: :heart: 💥

<br><br>

Expand Down
Loading

0 comments on commit db0c75c

Please sign in to comment.