summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRyan Coleman <ryan@puppetlabs.com>2012-12-10 15:28:20 -0800
committerRyan Coleman <ryan@puppetlabs.com>2012-12-10 15:28:20 -0800
commit67a9d82a15ad068188f299acd8cb3a9ae2e6ddca (patch)
tree894855c3b7c9c75ddecf565039b90f951dd64acf /CONTRIBUTING.md
parentb37c78d71dcfc550fa4fb1cde79c6269faeb3249 (diff)
Add CONTRIBUTING.md
This commit adds a brief contributing guide that really links back to the wiki page hosted on projects.puppetlabs.com. This file was added mainly for the GitHub functionality described in this blog post: https://github.com/blog/1184-contributing-guidelines
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..a2b1d77
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,9 @@
+Puppet Labs modules on the Puppet Forge are open projects, and community contributions
+are essential for keeping them great. We can’t access the huge number of platforms and
+myriad of hardware, software, and deployment configurations that Puppet is intended to serve.
+
+We want to keep it as easy as possible to contribute changes so that our modules work
+in your environment. There are a few guidelines that we need contributors to follow so
+that we can have a chance of keeping on top of things.
+
+You can read the complete module contribution guide [on the Puppet Labs wiki.](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing)