Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.41 KB

Contributing

Borutus welcomes contributions from everyone.

First of all, thank you for considering to help make Borutus better. Here are some ways you can contribute:

Thanks for helping us make Borutus better.

Adding new features

If you would like to add a new feature to Borutus, please follow these steps:

  1. First, check github issues to see if the feature has been discussed
  2. Open an issue
  3. Fork borutus, and create a feature branch on your fork for your changes.
  4. Commit the code and at least one test covering your changes to the feature branch in your fork.
  5. Don't commit any changes to gemspec or change the version number
  6. Send us a pull request from your feature branch.

If you don't hear back immediately, don’t get discouraged! We all have day jobs, but we respond to most tickets within a day or two.