forked from rakatyal/cordova-docs-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/). |