How to Contribute
Thank you for your interest in contributing! This is a personal design resource collection — all additions go through a pull request review to ensure quality.
Steps to Contribute
Fork the Repository Click the Fork button on GitHub to create your own copy.
Clone Your Fork
bashgit clone https://github.com/YOUR-USERNAME/designresources.git cd designresourcesCreate a New Branch
bashgit checkout -b add-my-resourceAdd Your Resource Open
README.mdand add your resource to the appropriate category table:markdown| [Resource Name](https://example.com) | Brief, accurate description of the resource. |Commit & Push
bashgit add README.md git commit -m "Add: Resource Name to Category" git push origin add-my-resourceOpen a Pull Request Go to the original repository and open a Pull Request describing what you've added.
Guidelines
- Free or meaningful free tier — paid-only resources will be declined
- Working links only — verify the site is live before submitting
- Accurate descriptions — no marketing language, just honest summaries
- No duplicates — check if the resource already exists before adding
Questions?
Open an issue on GitHub and we'll help you out.