Bug reports and pull requests are welcome on GitHub at https://github.com/iwdt/shikikit.
- Fork it (https://github.com/iwdt/shikikit/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Pull requests will only be accepted if they meet all the following criteria:
- Code must conform to the RuboCop rules. This can be verified with:
bundle exec rake rubocop
- 100% C0 code coverage. This can be verified with:
bundle exec rake spec
- RBS type signatures (in sig/**/*.rbs). This can be verified with:
bundle exec rake steep