Repository: cordova-windows Updated Branches: refs/heads/master 83c427265 -> 5809f8b14
CB-6491 add CONTRIBUTING.md Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/5809f8b1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/5809f8b1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/5809f8b1 Branch: refs/heads/master Commit: 5809f8b144a4e4165cbf06acd3a2331f4e1b0313 Parents: 83c4272 Author: Marcel Kinard <[email protected]> Authored: Wed Apr 30 09:50:16 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Apr 30 09:50:16 2014 -0400 ---------------------------------------------------------------------- windows8/CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/5809f8b1/windows8/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/windows8/CONTRIBUTING.md b/windows8/CONTRIBUTING.md new file mode 100644 index 0000000..1594d12 --- /dev/null +++ b/windows8/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# Contributing to Apache Cordova + +Anyone can contribute to Cordova. And we need your contributions. + +There are multiple ways to contribute: report bugs, improve the docs, and +contribute code. + +For instructions on this, start with the +[contribution overview](http://cordova.apache.org/#contribute). + +The details are explained there, but the important items are: + - Sign and submit an Apache ICLA (Contributor License Agreement). + - Have a Jira issue open that corresponds to your contribution. + - Run the tests so your patch doesn't break existing functionality. + +We look forward to your contributions!
