Files
cordova-plugin-camera/CONTRIBUTING.md
T
エリス de966b4533 doc: update & cleanup README, DEVELOPMENT & CONTRIBUTING (#955)
* doc(CONTRIBUTING): remove from README & update content
* doc(DEVELOPMENT): add & cleanup README
* doc(README): update badges
* doc(README): cleanup overview
* doc(README): add Supported Platforms section
* doc(README): cleanup Installation & merge Plugin Variables
* doc(README): create App Configuration section
* doc(README): added Android-Specific to App Configuration
* chore(README): fix list format
2026-03-24 13:38:07 +09:00

46 lines
1.8 KiB
Markdown

<!--
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
-->
# Contributing to Apache Cordova
Anyone can contribute to Cordova. We welcome your contributions.
There are multiple ways to contribute:
* Reporting bugs
* Improving documentation
* Contributing source code
* And more...
For instructions on how to start, please take a look at our [contribution overview](https://cordova.apache.org/contribute/) page.
Details are explained there, but the important items are:
* Check for GitHub issues that correspond to your contribution, and link or create them if necessary.
* Run the tests so your patch doesn't break existing functionality.
> [!NOTE]
> Large contributions to the project require an Individual Contributor License Agreement (ICLA) to be signed and submitted to the Secretary of the Apache Software Foundation (ASF). Please read the [ASF Contributor Agreements](https://www.apache.org/licenses/contributor-agreements.html) for more information.
>
> Small contributions should be covered by clause 5 of the Apache-2.0 license.
We look forward to your contributions!