summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMatt Farina <matt@mattfarina.com>2016-05-11 12:08:40 -0400
committerMatt Farina <matt@mattfarina.com>2016-05-11 12:08:40 -0400
commitb8071bb53236fb1c6361468ce0be6f089679f472 (patch)
tree0951a26cecfb7425522bcdd7687aae6fd3cc767e /CONTRIBUTING.md
parentbfbbc25a9ee1748dee1784b5c99403642bacce5f (diff)
Added base structure with example
* Add contribution guidelines * Updates readme with slack and SIG list * Migrates available SIG missions * Adds community meeting as basic example
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..00591970
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,16 @@
+# Contributing guidelines
+
+This project is for documentation about the community. To contribute to one of
+the Kubernetes projects please see the contribution guide for that project.
+
+## How To Contribute
+
+The contributions here follow a [pull request](https://help.github.com/articles/using-pull-requests/) model with some additional process.
+The process is as follows:
+
+1. Submit a pull request with the requested change.
+2. Another person, other than a Special Interest Group (SIG) owner, can mark it Looks Good To Me (LGTM) upon successful review. Otherwise feedback can be given.
+3. A SIG owner can merge someone else's change into their SIG documentation immediate.
+4. Someone cannot immediately merge their own change. To merge your own change wait 24 hours during the week or 72 hours over a weekend. This allows others the opportunity to review a change.
+
+_Note, the SIG Owners decide on the layout for their own sub-directory structure._