File tree 1 file changed +8
-9
lines changed 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
47
47
48
48
If you are new to ** Hacktoberfest** , follow these steps to contribute:
49
49
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.
51
51
2 . ** Clone your forked repository** to your local system:
52
- ``` sh
52
+
53
+ sh
53
54
git clone https://github.com/your-username/Web-development-Basic-hacktoberfest.git
54
55
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
59
59
6 . 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.
63
62
You can’t perform that action at this time.
0 commit comments