Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 982 Bytes

File metadata and controls

24 lines (18 loc) · 982 Bytes

How To Contribute

We're glad you're interested in contributing to the CompleteReadmeKit! Here's how you can contribute:

1. No need to fork

You can edit directly in this repository. No need to create a fork.

2. Get an icon and hex color

Find an icon and its corresponding hex color from Simple Icons.

3. Build the URL

Use the following URL structure to create your badge:
https://img.shields.io/badge/{TEXT}-{HEX-COLOR}?style=for-the-badge&logo={LOGO-NAME}&logoColor=white
  • Replace {TEXT} with your badge text.
  • Replace {HEX-COLOR} with your hex color (without #) from Simple Icons.
  • Replace {LOGO-NAME} with the logo name from Simple Icons.

4. Add to the list

Add your badge to the appropriate category in Alphabetical order.

5. Commit your changes

Once you've added your badge, commit your changes with a clear and descriptive commit message.