From 55c562ec0d5c15166a703754c2e3e019b09388dc Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 20 Feb 2018 12:35:11 -0800 Subject: [PATCH] Add contributing and testing docs This will increase our cookbook quality score on supermarket Signed-off-by: Tim Smith --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ TESTING.md | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 TESTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8c203d0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contributing + +## Branches + +### `master` branch + +The master branch is the current committed changes. These changes may not yet be released although we try to release often. + +## Tags + +All releases are tagged in git. To see the releases available to you see the changelog or the tags directly. + + +## Pull requests + +- + +## Issues + +Need to report an issue? Use the github issues: + +- diff --git a/TESTING.md b/TESTING.md new file mode 100644 index 0000000..ca524ab --- /dev/null +++ b/TESTING.md @@ -0,0 +1,2 @@ +Please refer to +https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD -- GitLab