jfmartinz / ResourceHub

ResourceHub is an open-source project that serves as a one-stop repository of valuable resources curated by the amazing contributors in the community🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResourceHub Banner

Open Source Love Awesome Contributors Welcome First Contributors PR:s Welcome Issues Stars Forks MIT Licence Contributor Covenant

ResourceHub is an open-source project that serves as a collection of valuable resources for web development, carefully curated by the amazing contributors in the community.

You can contribute helpful resources you've discovered on the internet and share them with us!

Category

Here are the currently available categories in the project.

Contributing

Read CONTRIBUTING.md before contributing.

1. Fork the Repository

Click the "Fork" button at the top right of this repository to create your own copy.

2. Clone Your Fork

Now clone the forked repository to your local machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone 'url you just copied'

For example:

git clone https://github.com/jfmartinz/ResourceHub.git

3. Create a branch

Change to the repository directory on your computer (if you are not already there):

cd ResourceHub

Make a meaningful name for your new branch, and then create and switch to it using this command:

git checkout -b new-branch-name

Note: Replace your 'new-branch-name' with the actual branch name.

4. Make Your Changes

Navigate to the relevant category where you want to add your resource. Once you've identified the appropriate category and have your resource in mind, proceed to make the necessary changes within that specific category.

Stage Your Changes:

After making your changes, you need to stage the changes for commit using the git add command. To stage all changes, use:

git add .

Commit Your Changes:

Commit your staged changes with a descriptive commit message that explains the purpose of your changes. Use the git commit command:

git commit -m "Your descriptive commit message here"

Note: Replace "Your descriptive commit message here" with a concise and informative message.

Push Your Changes:

git push origin your-branch-name

Note: Replace 'your-branch-name' with the name of your branch.

5. Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.


Congratulations 🎉 on successfully submitting your pull request (PR) to our project! We want to express our gratitude for your valuable contribution. Your effort not only benefits our project but also help the entire community! ❤️

Please consider sharing this repository with other developers to help increase its visibility and reach. 👍

Our ontributors 🤝

License 🛡️

ResourceHub is licensed under the MIT License - see the LICENSE file for details.

If you find this repository useful, please consider giving it a ⭐️

About

ResourceHub is an open-source project that serves as a one-stop repository of valuable resources curated by the amazing contributors in the community🚀

License:MIT License