mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2026-05-18 00:00:08 +08:00
45 lines
1.8 KiB
Markdown
45 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!
|