Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 660 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 660 Bytes

Thanks for your interest in contributing to ByeBug!

To make your changes, follow this steps:

  • Fork the project
  • Create a topic branch - git checkout -b my_branch
  • Insert awesome code - See below
  • Push your branch to your forked repo - git push origin my_branch
  • Make a pull request

How to insert awesome code:

This gem uses rake-compiler to build native gems. You can use rake compile to build the native gem and start the tests using rake test

rake compile
rake test

It's appreciated if you add tests for new functionality. Thanks!