summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynn Frank <franklin.webber@gmail.com>2019-04-13 09:26:35 -0500
committerLynn Frank <franklin.webber@gmail.com>2019-04-13 09:26:35 -0500
commitd3066d46bb769313d7d3542ea693ad0c9f6ef6a0 (patch)
tree67926f5469d53cd07a044a0da48b5859cff30d2d
parente46a1236182634e0430ced1cb867c4ace26aebc4 (diff)
downloadohai-d3066d46bb769313d7d3542ea693ad0c9f6ef6a0.tar.gz
Adds mention of steps to take in contrib
Signed-off-by: Franklin Webber <franklin.webber@gmail.com>
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf939e9c..2156b8a8 100644
--- a/README.md
+++ b/README.md
@@ -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