summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-09-29 14:33:58 -0700
committerThom May <thom@chef.io>2016-10-07 11:12:39 +0100
commita6965b78462cb0f66d0a1c3ec2e88ed2b0be3e83 (patch)
tree656645512a4fda1d5c7777da08d3c08c253a818d /README.md
parent0afe596844706cf61836672a4becd2857c2ad0f0 (diff)
downloadmixlib-shellout-a6965b78462cb0f66d0a1c3ec2e88ed2b0be3e83.tar.gz
Add contributing docs
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85146d8..909dd5e 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,13 @@ Invoke "whoami.exe" to demonstrate running a command as another user:
Mixlib::ShellOut does a standard fork/exec on Unix, and uses the Win32 API on Windows. There is not currently support for JRuby.
## See Also
-- `Process.spawn` in Ruby 1.9
+- `Process.spawn` in Ruby 1.9+
- [https://github.com/rtomayko/posix-spawn](https://github.com/rtomayko/posix-spawn)
+## Contributing
+
+For information on contributing to this project see <https://github.com/chef/chef/blob/master/CONTRIBUTING.md>
+
## License
- Copyright:: Copyright (c) 2011-2016 Chef Software, Inc.
- License:: Apache License, Version 2.0