From 0c6705afb769950c2ea72794c28bebee65b7d933 Mon Sep 17 00:00:00 2001 From: Christopher Bennage Date: Tue, 20 Feb 2018 12:32:58 -0800 Subject: [PATCH] adding the standard contribution statement --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000000..6e47b01b6dc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +# Contributing + +If you haven't already read through them, we recommend the starting with the +[Azure contribution guidelines][azure-oss]. + +## Legal +You will need to complete a Contributor License Agreement (CLA). Briefly, this +agreement testifies that you are granting us permission to use the submitted +change according to the terms of the project's license, and that the work being +submitted is under appropriate copyright. + +Please submit a [Contributor License Agreement (CLA)](https://cla.azure.com/) +before submitting a pull request. This process is automated and should be +painless. + +## Housekeeping +Your pull request should: + +* Include a description of what your change intends to do. +* Be based on a reasonably recent commit in the `master` branch. + +## Be nice +We might be slower than you'd like. We might also ask you to make changes to the +pull request. We ask for your patience. :smiley: + +[azure-oss]: http://azure.github.io/guidelines/