Skip to content

Commit 0f09579

Browse files
authored
Update CODE_OF_CONDUCT.md
This Quick Start Guide to Contributing outlines the steps to helps one contribute to a project by forking the repository, making changes, and submitting them for review. It provides an easy-to-follow workflow for the person looking to contribute, even if one is new to using Git and GitHub. Signed-off-by: Yash-9274 <[email protected]>
1 parent ed305c6 commit 0f09579

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,17 @@ available at [https://contributor-covenant.org/version/1/4][version]
7272

7373
[homepage]: https://contributor-covenant.org
7474
[version]: https://contributor-covenant.org/version/1/4/
75+
76+
77+
## Quick Start Guide to Contributing
78+
79+
1. **Fork the Repository**: Click the "Fork" button on the top right of the repository page.
80+
2. **Clone Your Fork**: Use the command `git clone <your-fork-url>` to clone your fork locally.
81+
3. **Create a Branch**: Run `git checkout -b <your-branch-name>` to create a new branch for your changes.
82+
4. **Make Your Changes**: Edit the files as needed.
83+
5. **Commit Your Changes**: Use `git commit -m "Your message here"` to commit your changes.
84+
6. **Push Your Changes**: Push your changes to your fork with `git push origin <your-branch-name>`.
85+
7. **Open a Pull Request**: Go to the original repository and click "New Pull Request" to submit your changes.
86+
87+
88+

0 commit comments

Comments
 (0)