From 9d68af8864dc8e4f9a98b6ab001080096793222e Mon Sep 17 00:00:00 2001 From: rachel-fenichel Date: Mon, 29 Aug 2016 11:03:08 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..8cfd55151 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to Blockly + +Please make pull requests against develop, not master. If your patch needs to go into master immediately, include a note in your PR. + +For more information, head over to the [Blockly Developers site](https://developers.google.com/blockly/guides/modify/contributing).