From 117f56a01fe488d7da1a024e4e53c427b7fa63f6 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:31:28 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../cordova-plugin-contacts/CONTRIBUTING.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 js/ui/cordova/plugins/cordova-plugin-contacts/CONTRIBUTING.md diff --git a/js/ui/cordova/plugins/cordova-plugin-contacts/CONTRIBUTING.md b/js/ui/cordova/plugins/cordova-plugin-contacts/CONTRIBUTING.md new file mode 100644 index 0000000..4c8e6a5 --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-contacts/CONTRIBUTING.md @@ -0,0 +1,37 @@ + + +# 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!