Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 792 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 792 Bytes

Guidelines to contribute

  1. Fork it!

  2. Create the SVG file.

    1. SVG Tutorial: How to work with SVG icons.

    2. Use SVGOMG to minify the SVG file.

    3. Remove ids.

    4. Use BEM — Block Element Modifier for naming classes

  3. Put in folder dist/logos.

    1. Use the file naming convention
      1. Lower case: band.svg
      2. Separate compound name by using a hyphen band-name.svg
  4. Add the logo and necessary info on dist/data.json.

  5. Commit your changes: git commit -am 'Add some Logo'

  6. Push to the branch: git push origin main

  7. Submit a pull request :D