From 645d1cb63dc8ae4b194470eb6c63d224a5f2d5bf Mon Sep 17 00:00:00 2001 From: Aditya Vaidyam Date: Fri, 1 Apr 2016 11:36:11 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1b59edc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +By submitting a pull request, you represent that you have the right to license +your contribution to Parrot and its community, and agree by submitting the patch +that your contributions are licensed under the MIT license. + +--- + +Before submitting the pull request, please make sure you have tested your +changes.