From 978b4ea4360a9c87e0d0c6194f30f294195145ec Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Wed, 9 Sep 2015 10:55:24 -0500 Subject: [PATCH] Adding CONTRIBUTING documentation which links to base documentation in chef-provisioning --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0280a3c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing to Chef Provisioning SSH + +## Resource/Provider Acceptance Criteria + +All resources and providers in Chef Provisioning SSH must fulfill the [common acceptance criteria] +(https://github.com/chef/chef-provisioning/blob/master/CONTRIBUTING.md) for +all Chef Provisioning projects.