Skip to content

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

  1. Fork the Repository Click the Fork button on GitHub to create your own copy.

  2. Clone Your Fork

    bash
    git clone https://github.com/YOUR-USERNAME/designresources.git
    cd designresources
  3. Create a New Branch

    bash
    git checkout -b add-my-resource
  4. Add Your Resource Open README.md and add your resource to the appropriate category table:

    markdown
    | [Resource Name](https://example.com) | Brief, accurate description of the resource. |
  5. Commit & Push

    bash
    git add README.md
    git commit -m "Add: Resource Name to Category"
    git push origin add-my-resource
  6. Open 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.

A personal collection of design resources. Open to contributions.