Sha256: 15b04b56f8d7245b47477ac8c777c6773cb664ed55eb5a8e9e0b9e3deb78b0ca
Contents?: true
Size: 1 KB
Versions: 4
Compression:
Stored size: 1 KB
Contents
Contributions are welcome! :smile: # Report bugs or suggest changes To report bugs, suggest changes or provide ideas please open GitHub issues. To discuss anything please [contact Cornelius](mailto:cschum@suse.de). # Contribute code To contribute code please open pull requests. Ensure that rspec and rubocop pass locally before sending your PR and always that you add new changes. If your changes include important new features or bug fixes please add them to the [Master (unreleased) section fo the CHANGELOG.md](https://github.com/openSUSE/trollolo/blob/master/CHANGELOG.md#master-unreleased) ## To run rspec test To run all the rspec test: `bundle exec rspec` To run all the test in one spec file, for example `spec/unit/burndown_chart_spec.rb`: `bundle exec rspec spec/unit/burndown_chart_spec.rb` To only run the test in the line 415 of the file: `bundle exec rspec spec/unit/burndown_chart_spec.rb:415` ## To run rubocop To run Rubocop displaying cop names in offense messages: `bundle exec rubocop -D`
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
trollolo-0.1.1 | CONTRIBUTING.md |
trollolo-0.1.0 | CONTRIBUTING.md |
trollolo-0.0.14 | CONTRIBUTING.md |
trollolo-0.0.12 | CONTRIBUTING.md |