Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 768 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 768 Bytes

Contribution Guide

To get an overview of the project, read the README. Consider keeping the same structure for new SVGs.

  • Create an Issue with description of the new Badge.
  • Create a branch from that issue.
  • Consider keeping the same structure /badges/ , /badges/flat, /badges/flat/bordered.
  • To make a new badge with a custom color, then recreate all existing badges with the new color.
    • Structure would be like this: /badges/{colorName}/{BadgeName}.svg.
    • Structure for flat badges: /badges/flat/{colorName}/{BadgeName}.svg.
  • Push your changes and create a PR.
  • Wait for your PR to be reviewd, then merged.