File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,28 +8,28 @@ Thank you for considering contributing to React Frontend Toolkit. Here are some
88
992 . ** 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
15153 . ** 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
21214 . ** Make Changes** : Make your changes in the codebase.
2222
23235 . ** 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
30306 . ** Push Changes** : Push your changes to your forked repository.
3131
32- ``` sh
32+ ``` bash
3333 git push origin feature/your-feature-name
3434 ```
3535
You can’t perform that action at this time.
0 commit comments