Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 486 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 486 Bytes

Instructions

These steps will guide you through contributing to this project:

  • Fork the repo

  • Clone it and install dependencies

      git clone https://github.com/YOUR_USERNAME/fluent-classnames
      yarn
    

Make and commit your changes. Make sure the commands yarn build and yarn test:prod are working. Don't forget to add tests for your changes!

Finally, send a GitHub Pull Request with a clear list of what you've done.