Sha256: 46a5b9d5b69a243aacc22178fb9ec18f254a80cea369fba7ac5378274890faab
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# How to contribute Want to contribute to HowIs? This document has the information you need to make sure the process goes smoothly. By contributing to this project, you agree to follow our [Code of Conduct](https://github.com/how-is/how_is/blob/master/CODE_OF_CONDUCT.md). ## Guidelines 2. New features should be paired with tests. 3. Ensure your code follows our general code style. * Run `bundle exec rubocop` to check for any violations. 4. Don't modify the CHANGELOG or version number. 5. If you need feedback or assistance, feel free to join us on Slack (http://slack.bundler.io/) or open an issue on GitHub (https://github.com/how-is/how_is). ## Getting started ``` $ bundle install $ bundle exec rake test ``` Then, to run how_is commands, simply run `bundle exec how_is <args>`. ## Issues HowIs uses the GitHub issue tracker for tracking bugs and feature requests. For more details, including information on the various labels we use, see [ISSUES.md](https://github.com/how-is/how_is/blob/master/ISSUES.md).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
how_is-25.0.0 | CONTRIBUTING.md |