Sha256: 4fea5c95264bd357ce1b20dc941be3b659b18077a7b516ec9db818b46bb36112
Contents?: true
Size: 1.88 KB
Versions: 6
Compression:
Stored size: 1.88 KB
Contents
# Contributing ## How to Contribute Code I'm so glad you're reading this, because we need volunteer developers to help this project grow and thrive! Before you begin, ensure that your contribution is associated with a [GitHub issue](https://github.com/jgnagy/metatron/issues). If there isn't an existing issue, please create one. 1. Fork the repository 2. Create a new branch (`git checkout -b feature-branch`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin feature-branch`) 5. Create a new [Pull Request](http://help.github.com/pull-requests/) ### Testing Please make sure that your code passes the existing tests and add tests for any new functionality. Please write [RSpec](https://rspec.info/) examples for new features you add or modify. To execute the tests, run `bundle exec rake spec`. ### Coding Style This project uses [Rubocop](https://rubocop.org/) to enforce a consistent coding style. Please make sure that your code passes the Rubocop checks. To execute Rubocop, run `bundle exec rake rubocop`. ### Documentation Please make sure that your code is well documented. If you add new features, please add documentation for them. This project uses [YARD](https://yardoc.org/) for documentation, so please add YARD tags to your code when appropriate. ### License By contributing your code, you agree to license your contribution under the terms of the [MIT License](LICENSE.txt). ## Code of Conduct By participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). ## Reporting Bugs Please use the [GitHub issue tracker](https://github.com/jgnagy/metatron/issues) to report any bugs. ## Suggesting Enhancements If you have ideas for enhancements or improvements please use the [GitHub issue tracker](https://github.com/jgnagy/metatron/issues) to suggest them. Thank you for your interest in contributing!
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
metatron-0.8.2 | CONTRIBUTING.md |
metatron-0.8.0 | CONTRIBUTING.md |
metatron-0.7.0 | CONTRIBUTING.md |
metatron-0.6.1 | CONTRIBUTING.md |
metatron-0.6.0 | CONTRIBUTING.md |
metatron-0.5.0 | CONTRIBUTING.md |