Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
I went to clone the repo and when copy the command it had text error in uppercase and lowercase.
Hope it will be helpful for new contributors :)
  • Loading branch information
KaranSingh36752 authored Oct 8, 2024
1 parent 95f5842 commit 3217da4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Front-end:
**2.** Clone your new fork of the repository in the terminal/CLI on your computer with the following command:

```bash
git clone https://github.com/<your-github-username>/thecyberhub.org
git clone https://github.com/<your-github-username>/TheCyberHUB.org
```

**3.** Navigate to the newly created thecyberhub.org project directory:

```bash
cd thecyberhub.org
cd TheCyberHUB.org
```

**4.** Set upstream command:
Expand Down Expand Up @@ -117,9 +117,9 @@ Open the browser to visit the website at http://localhost:3000

- Use the present tense. (Example: "Add feature" instead of "Added feature")
- Use the imperative mood. (Example: "Move item to...", instead of "Moves item to...")
- Limit the first line (also called the Subject Line) to _50 characters or fewer_.
- Limit the first line (the Subject Line) to _50 characters or fewer_.
- Capitalize the Subject Line.
- Separate subject from body with a blank line.
- Separate the subject from the body with a blank line.
- Do not end the subject line with a period.
- Wrap the body at _72 characters_.
- Use the body to explain the _what_, _why_, _vs_, and _how_.
Expand Down Expand Up @@ -151,7 +151,7 @@ For more info and examples you can check storybook [documentaion](https://storyb

## 💥 Issues

In order to discuss changes, you are welcome to [open an issue](https://github.com/thecyberworld/TheCyberHUB/issues/new/choose) about what you would like to contribute. Enhancements are always encouraged and appreciated.
To talk about changes, you are welcome to [open an issue](https://github.com/thecyberworld/TheCyberHUB/issues/new/choose) about what you'd like to contribute. Enhancements are always encouraged and appreciated.

## All the best! 🥇

Expand Down

0 comments on commit 3217da4

Please sign in to comment.