Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 663 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 663 Bytes

Contributing

Anyone is welcome to contribute to this icon set, any and all pull requests that follow the guidelines below are welcome.

Getting The Code

1. Fork

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 .