Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

57 lines (42 loc) · 1.76 KB

Contributing to Web Development Resources 🚀

Thank you for your interest in contributing!

This repository is a collection of helpful web development resources, and your contributions can help make it even better.

How to Contribute

1. Fork the Repository

Click the Fork button at the top-right of this repository to create a copy under your GitHub account.

2. Clone the Repository

Once you've forked it, clone the repository to your local machine:

git clone https://github.com/your-username/Web-Dev-Resources.git
cd Web-Dev-Resources

3. Add a New Resource

  • Find the relevant category in README.md and add your resource in alphabetical order.
  • If your resource doesn’t fit in an existing category, feel free to add a new category!
  • Ensure the link is correct and relevant to web development.

4. Commit Your Changes

Create a new branch for your changes:

git checkout -b add-new-resource

After making the changes, commit them:

git add .
git commit -m "Added [Resource Name] to [Category Name]"

5. Push and Create a Pull Request

Push the changes to your forked repository:

git push origin add-new-resource

Go to the Pull Requests section of the original repository and click New Pull Request.

6. Wait for Review

Your PR will be reviewed, and if everything looks good, it will be merged! 🎉


Contribution Guidelines

Resources must be free and relevant to web development.
Add new resources alphabetically within their category.
New categories are welcomed if necessary.
Ensure links are correct and not broken.
No duplicate entries.

If you need any help, feel free to ask! Happy contributing! 🚀✨