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.
Click the Fork button at the top-right of this repository to create a copy under your GitHub account.
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
- 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.
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]"
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.
Your PR will be reviewed, and if everything looks good, it will be merged! 🎉
✅ 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! 🚀✨