Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/added images in contributing.md #24

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ Before you start, please take a moment to read this guide to understand how you

1. **Fork the Repository:** Click the "Fork" button on the top right corner of this repository. This will create a copy of the project in your GitHub account.

2. **Clone the Repository:** Clone the forked repository to your local machine using the following command (replace `[your-username]` with your GitHub username):
<img src="/src/images/CONTRIBUTING/fork.png">

```sh
git clone https://github.com/[your-username]/HacktoberfestProjectsHub.git
```
2. **Clone the Repository:** Once the fork process is completed, you'll be redirected to your forked repository page. Now, clone the forked repository to your local machine using the following command (replace `[your-username]` with your GitHub username):

```sh
git clone https://github.com/[your-username]/HacktoberfestProjectsHub.git
```
<img src="/src/images/CONTRIBUTING/clone.png">

3. **Create a Branch:** Create a new branch for your contributions:

```sh
git checkout -b feature/your-feature-name
```
<img src="/src/images/CONTRIBUTING/branch.png">

4. **Make Changes:** Make your contributions to the project. You can add new features, fix bugs, improve documentation, or suggest enhancements.

Expand All @@ -27,19 +31,26 @@ Before you start, please take a moment to read this guide to understand how you
```sh
git commit -m "Add feature/fix/enhancement: Description of your changes"
```
<img src="/src/images/CONTRIBUTING/commit.png">

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

```sh
git push origin feature/your-feature-name
```

<img src="/src/images/CONTRIBUTING/commit.png">

7. **Submit a Pull Request:** Open a Pull Request (PR) to the `main` branch of the original repository. In the PR description, explain the purpose and details of your changes.

<img src="/src/images/CONTRIBUTING/PR.png">

8. **Review and Feedback:** After submitting your PR, maintainers and other contributors may review your changes and provide feedback. Be ready to address any suggested improvements.

9. **Merge:** Once your PR is approved, it will be merged into the main repository.



10. **Celebrate:** Your contribution is now part of HacktoberfestProjectsHub! 🎉

## Guidelines
Expand Down
Binary file added src/images/CONTRIBUTING/PR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CONTRIBUTING/branch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CONTRIBUTING/clone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CONTRIBUTING/commit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CONTRIBUTING/fork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/CONTRIBUTING/push.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.