Skip to content

Commit 7e800ec

Browse files
committed
Refactor CONTRIBUTING.md: Update code snippets and branch naming conventions
1 parent 2db938a commit 7e800ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ Thank you for considering contributing to React Frontend Toolkit. Here are some
88

99
2. **Clone the Repository**: Clone the forked repository to your local machine.
1010

11-
```sh
11+
```bash
1212
git clone [email protected]:drbarzaga/React-Frontend-Toolkit.git
1313
```
1414

1515
3. **Create a Branch**: Create a new branch for your feature or bug fix.
1616

17-
```sh
17+
```bash
1818
git checkout -b feature/your-feature-name
1919
```
2020

2121
4. **Make Changes**: Make your changes in the codebase.
2222

2323
5. **Commit Changes**: Commit your changes with a clear and concise commit message.
2424

25-
```sh
25+
```bash
2626
git add .
2727
git commit -m "Add feature: your feature name"
2828
```
2929

3030
6. **Push Changes**: Push your changes to your forked repository.
3131

32-
```sh
32+
```bash
3333
git push origin feature/your-feature-name
3434
```
3535

0 commit comments

Comments
 (0)