Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.2 KB

Contributing

Hi! We're glad you'd like to contribute to the project. Your help is essential in making this project substantial.

If you are looking to make substantial changes, please open an issue first to discuss with us.

Please note that this project adheres to the code of conduct. By participating in this project, you agree to abide by its rules.

Submitting a pull request

  • Fork and clone the repo
  • Run bundle install to install all the dependencies
  • Make sure the tests are passing bundle exec rake
  • Create a new branch: git checkout -b awesome-feature
  • Add your changes, tests, and make sure the tests are passing
  • Add an entry to the top of CHANGELOG.md
  • Push to your fork and submit a pull request

Adding new heroicons

  • Add solid icon(s) in ./icons/solid/ directory and outline icon(s) in ./icons/outline/ directory
  • After adding the icon(s), run ./bin/compress (you may need to run sudo chmod 755 ./bin/compress)
  • Submit a pull request adhering to the above mentioned guidelines
  • That's it. You have made a significant contribution