From 4c237edcdd91885949c636436ea243b3b29ba3dc Mon Sep 17 00:00:00 2001 From: Chris Price Date: Tue, 15 Apr 2014 17:04:52 -0700 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8890fe7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# How to contribute + +Third-party patches are essential for keeping puppet open-source projects +great. We want to keep it as easy as possible to contribute changes that +allow you to get the most out of our projects. There are a few guidelines +that we need contributors to follow so that we can have a chance of keeping on +top of things. For more info, see our canonical guide to contributing: + +[https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md](https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md)