# Contributing Guidelines
When contributing to this repository, please first discuss the change you wish to make via [issue](https://github.com/kimlimjustin/fire-ui/issues), email, or any other method with the owners of this repository before making a change.

Please note we have a [code of conduct](https://github.com/kimlimjustin/fire-ui/blob/master/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.

## Getting started
- Start contributing by forking this repository.
- Search for existing Issues and PRs before creating your own.
- Please discuss your feature(s) it by create [an issue](https://github.com/kimlimjustin/fire-ui/issues) first.
- Create a new branch named after your feature name. For example, if you want to add `color` feature, named the new branch `color` and make change of it.
- Compile all scss files by typing `npm run compile-all-scss` on your command line.
- Minify new created or compiled files using npm command or directly using minify package.
- Submit Pull Request
