Sha256: 669fd8aa4bce84938443e65f8edad357ace5f5e8aa877fafbf4a7de9c54dee8e

Contents?: true

Size: 882 Bytes

Versions: 7

Compression:

Stored size: 882 Bytes

Contents

# Contributing to chef-rvm

Source is hosted at [GitHub][repo]
Report issues/Questions/Feature requests on [GitHub Issues][issues]

## Please don't

* Modify the version in the metadata.rb file (we'll handle that for releases)
* Modify the CHANGELOG (we'll also handle that for releases)

## Please do

* Follow the guidelines in the `CODE_OF_CONDUCT.md` file
* Document as much as possible, even for simple changes. This will help with understanding your patch and reasoning.
* Add test coverage for changes where applicable

## Steps to contributing

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Added some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

[repo]:         https://github.com/fnichol/chef-rvm
[issues]:       https://github.com/fnichol/chef-rvm/issues

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/rvm/CONTRIBUTING.md
from-scratch-0.6.0 cookbooks/rvm/CONTRIBUTING.md
from-scratch-0.5.0 cookbooks/rvm/CONTRIBUTING.md
from-scratch-0.3.0 cookbooks/rvm/CONTRIBUTING.md
from-scratch-0.2.0 cookbooks/rvm/CONTRIBUTING.md
from-scratch-0.1.1 cookbooks/rvm/CONTRIBUTING.md
from-scratch-0.1.0 cookbooks/rvm/CONTRIBUTING.md