Repository: cordova-plugin-network-information Updated Branches: refs/heads/master 7b4c96ec7 -> c0ef6c7ae
CB-6491 add CONTRIBUTING.md Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/c0ef6c7a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/c0ef6c7a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/c0ef6c7a Branch: refs/heads/master Commit: c0ef6c7aeb96cc801f22f43387bcacf9e75f047f Parents: 7b4c96e Author: Marcel Kinard <[email protected]> Authored: Wed Apr 30 09:33:29 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Apr 30 09:33:29 2014 -0400 ---------------------------------------------------------------------- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/c0ef6c7a/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1594d12 --- /dev/null +++ b/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!
