diff options
author | Lynn Frank <franklin.webber@gmail.com> | 2019-04-13 09:26:35 -0500 |
---|---|---|
committer | Lynn Frank <franklin.webber@gmail.com> | 2019-04-13 09:26:35 -0500 |
commit | d3066d46bb769313d7d3542ea693ad0c9f6ef6a0 (patch) | |
tree | 67926f5469d53cd07a044a0da48b5859cff30d2d | |
parent | e46a1236182634e0430ced1cb867c4ace26aebc4 (diff) | |
download | ohai-d3066d46bb769313d7d3542ea693ad0c9f6ef6a0.tar.gz |
Adds mention of steps to take in contrib
Signed-off-by: Franklin Webber <franklin.webber@gmail.com>
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -79,6 +79,14 @@ Issues: For information on contributing to this project see <https://github.com/chef/chef/blob/master/CONTRIBUTING.md> +1. Fork it +1. Create your feature branch (git checkout -b my-new-feature) +1. Commit your changes (git commit -am 'Add some feature') +1. Run the tests `bundle exec rake spec` +1. Run the style tests `bundle exec rake style` +1. Push to the branch (git push origin my-new-feature) +1. Create new Pull Request + ## License Ohai - system information application |