From ea103ac21f862bb781752fd0f48fe980ee2bb0b2 Mon Sep 17 00:00:00 2001 From: Ali Satter Date: Wed, 20 May 2015 18:15:08 -0700 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..c9743d28 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +## How to contribute +There are many ways that you can contribute to **cordova-docs**: +* Submit a bug +* Verify fixes for bugs +* Submit a code fix for a bug +* Submit a feature request +* Submit a unit test +* Tell others about **cordova-docs** +* Tell the developers how much you appreciate the samples available here + +## Contributing Code +Note that all code submissions will be rigorously reviewed and tested by the team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source. + +### Pull Requests +You will need to sign a [Contribution License Agreement](https://cla.microsoft.com/) ([CLA](https://cla.microsoft.com/)) before submitting your pull request be it a feature or a bug fix. To complete the CLA, you will need to submit the request via the form and then electronically sign the CLA when you receive the email containing the link to the document. + +This needs to only be done once for any Microsoft open source project. + +## Contributing to README and Wiki +You do not need to sign a Contribution License Agreement if you are just contributing to the README or the Wiki. By submitting a contribution to the README or the Wiki, you are contributing it under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/).