Repository: cordova-blackberry Updated Branches: refs/heads/master f6a14d71d -> 458d91ca5
CB-6491 add CONTRIBUTING.md Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/458d91ca Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/458d91ca Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/458d91ca Branch: refs/heads/master Commit: 458d91ca53f105c01713a4773a08717192f6ef18 Parents: f6a14d7 Author: Marcel Kinard <[email protected]> Authored: Wed Apr 30 08:57:57 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Apr 30 08:57:57 2014 -0400 ---------------------------------------------------------------------- blackberry10/CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/458d91ca/blackberry10/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/blackberry10/CONTRIBUTING.md b/blackberry10/CONTRIBUTING.md new file mode 100644 index 0000000..1594d12 --- /dev/null +++ b/blackberry10/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!
