Skip to content

Commit

Permalink
Add contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdt committed Feb 24, 2024
1 parent 356bf03 commit 767764f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

1. Fork it (https://github.com/iwdt/shikikit/fork)
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. 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:
Expand Down

0 comments on commit 767764f

Please sign in to comment.