Anyone is welcome to contribute to this icon set, any and all pull requests that follow the guidelines below are welcome.
If you're keen to contribute, start by forking the repo and cloning it to your computer.
Note: To use the development version, you must first install the production version (apm uninstall seti-ui
), then and run the following commands:
$ cd path/to/this/repo/src
# To link the local version as an npm package
$ npm link .
# when you're done, be sure to unlink the local version so you are getting the official repo again
$ npm unlink .