Simple Icons welcomes contributions and corrections. Before contributing, please make sure you have read the guidelines below. If you decide to contribute anything, please do the following:
- Fork this repository
- Create a new branch from the latest
develop
- Start hacking on the new branch
- Commit and push to the new branch
- Make a pull request
If you want to request an icon, please open an issue here.
- Make sure you have NodeJS installed. At least version 12.0.0 is required.
- Install the dependencies using
$ npm install
. - Build the font using
$ npm run build
. - The font files can be found in the
font/
directory.
- Make sure you have NodeJS installed. At least version 12.0.0 is required.
- Install the dependencies using
$ npm install
. - Build the font and the test page using
$ npm test
. - Your browser will be opened at
http://localhost:8000/
where all icons should be displayed.
This package is being versioned analog to the simple-icons
package, the details of which can be found in the contributing guidelines.
Additionally, patches may be used for non-breaking improvements to the font and major releases may be used to introduce breakings changes beyond removed icons.