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
.
- Structure would be like this:
- Push your changes and create a PR.
- Wait for your PR to be reviewd, then merged.