File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,16 @@ This project aims to provide a **beginner-friendly** environment where contribut
4747
4848If you are new to ** Hacktoberfest** , follow these steps to contribute:
4949
50- 1 . ** Fork the repository** by clicking the ` Fork ` button on the top right.
50+ 1 . ** Fork the repository** by clicking the Fork button on the top right.
51512 . ** Clone your forked repository** to your local system:
52- ``` sh
52+
53+ sh
5354 git clone https://github.com/your-username/Web-development-Basic-hacktoberfest.git
5455
55-
56- 3. Create a new branch for your changes: ` git checkout -b feature-new-feature`
57- 4. Make your changes and commit them: ` git commit -m " Add a new feature" `
58- 5. Push the changes to your fork: ` git push origin feature-new-feature`
56+ 3 . Create a new branch for your changes: git checkout -b feature-new-feature
57+ 4 . Make your changes and commit them: git commit -m "Add a new feature"
58+ 5 . Push the changes to your fork: git push origin feature-new-feature
59596 . Create a pull request on the original repository.
60- 7.Add a clear description of your contribution.
61- 8.Wait for the maintainers to review and merge your PR.
62-
60+ 7 . Add a clear description of your contribution.
61+ 8 . Wait for the maintainers to review and merge your PR.
6362
You can’t perform that action at this time.
0 commit comments