Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 773 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (20 loc) · 773 Bytes

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/iwdt/shikikit.

  1. Fork it (https://github.com/iwdt/shikikit/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Pull requests will only be accepted if they meet all the following criteria:

  1. Code must conform to the RuboCop rules. This can be verified with:
    bundle exec rake rubocop
  2. 100% C0 code coverage. This can be verified with:
    bundle exec rake spec
  3. RBS type signatures (in sig/**/*.rbs). This can be verified with:
    bundle exec rake steep