aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMugur Marculescu <mugurm@gmail.com>2015-02-23 17:26:08 -0800
committerMugur Marculescu <mugurm@gmail.com>2015-02-23 17:26:08 -0800
commit5b1bc1518214a59d3e9a3a653d8cd7906b105f41 (patch)
treeafbf36f1ed86387791d419ad7c36b2fd59136b58 /CONTRIBUTING.md
parent95c6f5082ceed65d29fbc0b35ae0926b27e40991 (diff)
downloadgrpc-grpc-java-5b1bc1518214a59d3e9a3a653d8cd7906b105f41.tar.gz
Create CONTRIBUTING.md
Adding a half filled contributing readme file.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..839711c82
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,18 @@
+# How to contribute
+
+We definitely welcome patches and contribution to grpc! Here is some guideline
+and information about how to do so.
+
+## Getting started
+
+### Legal requirements
+
+In order to protect both you and ourselves, you will need to sign the
+[Contributor License Agreement](https://cla.developers.google.com/clas).
+
+### Technical requirements
+...
+
+
+### Testing your changes
+...