Sha256: fab0a968cf472fdfa50dc24bddfc95c75361cf4505c89e8bf4ab33f3380bb7dc

Contents?: true

Size: 703 Bytes

Versions: 4

Compression:

Stored size: 703 Bytes

Contents

Thanks for your interest in contributing to Byebug!

To make your changes, follow this steps:

* [Fork the project](https://help.github.com/fork-a-repo)
* Create a topic branch - `git checkout -b my_branch`
* Make sure the latest patch level of Ruby 2.0.0 or higher is installed.
* Insert awesome code - See below
* Push your branch to your forked repo - `git push origin my_branch`
* [Make a pull request](https://help.github.com/articles/using-pull-requests)

This gem uses `rake-compiler` to build native gems. Use `rake compile` to
build the c-extension and then start the tests using `rake test`

```bash
rake compile
rake test
```

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
byebug-3.5.1 CONTRIBUTING.md
byebug-3.5.0 CONTRIBUTING.md
byebug-3.4.2 CONTRIBUTING.md
byebug-3.4.1 CONTRIBUTING.md