forked from apache/cordova-plugin-camera
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
91 changed files
with
5,949 additions
and
11,829 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# 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. | ||
|
||
github: | ||
description: Apache Cordova Plugin camera | ||
homepage: https://cordova.apache.org/ | ||
|
||
labels: | ||
- cordova | ||
- mobile | ||
- javascript | ||
- nodejs | ||
- hacktoberfest | ||
- java | ||
- objective-c | ||
- cordova-plugin | ||
|
||
features: | ||
wiki: false | ||
issues: true | ||
projects: true | ||
|
||
enabled_merge_buttons: | ||
squash: true | ||
merge: false | ||
rebase: false | ||
|
||
notifications: | ||
commits: [email protected] | ||
issues: [email protected] | ||
pullrequests_status: [email protected] | ||
pullrequests_comment: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
# 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. | ||
|
||
root: true | ||
extends: semistandard | ||
rules: | ||
indent: | ||
- error | ||
- 4 | ||
camelcase: off | ||
padded-blocks: off | ||
operator-linebreak: off | ||
no-throw-literal: off | ||
extends: '@cordova/eslint-config/browser' | ||
|
||
overrides: | ||
- files: [tests/**/*.js] | ||
extends: '@cordova/eslint-config/node-tests' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!-- | ||
Please have a look at the issue templates you get when you click "New issue" in the GitHub UI. | ||
We very much prefer issues created by using one of these templates. | ||
--> | ||
|
||
### Issue Type | ||
<!-- Please check the boxes by putting an x in the [ ] like so: [x] --> | ||
|
||
- [ ] Bug Report | ||
- [ ] Feature Request | ||
- [ ] Support Question | ||
|
||
## Description | ||
|
||
## Information | ||
<!-- Include all relevant information that might help understand and reproduce the problem --> | ||
|
||
### Command or Code | ||
<!-- What command or code is needed to reproduce the problem? --> | ||
|
||
### Environment, Platform, Device | ||
<!-- In what environment, on what platform or on which device are you experiencing the issue? --> | ||
|
||
|
||
|
||
### Version information | ||
<!-- | ||
What are relevant versions you are using? | ||
For example: | ||
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins | ||
Other Frameworks: Ionic Framework and CLI version | ||
Operating System, Android Studio, Xcode etc. | ||
--> | ||
|
||
|
||
|
||
## Checklist | ||
<!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` --> | ||
|
||
- [ ] I searched for already existing GitHub issues about this | ||
- [ ] I updated all Cordova tooling to their most recent version | ||
- [ ] I included all the necessary information above |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
name: 🐛 Bug Report | ||
about: If something isn't working as expected. | ||
|
||
--- | ||
|
||
# Bug Report | ||
|
||
## Problem | ||
|
||
### What is expected to happen? | ||
|
||
|
||
|
||
### What does actually happen? | ||
|
||
|
||
|
||
## Information | ||
<!-- Include all relevant information that might help understand and reproduce the problem --> | ||
|
||
|
||
|
||
### Command or Code | ||
<!-- What command or code is needed to reproduce the problem? --> | ||
|
||
|
||
|
||
### Environment, Platform, Device | ||
<!-- In what environment, on what platform or on which device are you experiencing the issue? --> | ||
|
||
|
||
|
||
### Version information | ||
<!-- | ||
What are relevant versions you are using? | ||
For example: | ||
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins | ||
Other Frameworks: Ionic Framework and CLI version | ||
Operating System, Android Studio, Xcode etc. | ||
--> | ||
|
||
|
||
|
||
## Checklist | ||
<!-- Please check the boxes by putting an x in the [ ] like so: [x] --> | ||
|
||
- [ ] I searched for existing GitHub issues | ||
- [ ] I updated all Cordova tooling to most recent version | ||
- [ ] I included all the necessary information above |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
about: A suggestion for a new functionality | ||
|
||
--- | ||
|
||
# Feature Request | ||
|
||
## Motivation Behind Feature | ||
<!-- Why should this feature be implemented? What problem does it solve? --> | ||
|
||
|
||
|
||
## Feature Description | ||
<!-- | ||
Describe your feature request in detail | ||
Please provide any code examples or screenshots of what this feature would look like | ||
Are there any drawbacks? Will this break anything for existing users? | ||
--> | ||
|
||
|
||
|
||
## Alternatives or Workarounds | ||
<!-- | ||
Describe alternatives or workarounds you are currently using | ||
Are there ways to do this with existing functionality? | ||
--> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: 💬 Support Question | ||
about: If you have a question, please check out our Slack or StackOverflow! | ||
|
||
--- | ||
|
||
<!------------^ Click "Preview" for a nicer view! --> | ||
|
||
Apache Cordova uses GitHub Issues as a feature request and bug tracker _only_. | ||
For usage and support questions, please check out the resources below. Thanks! | ||
|
||
--- | ||
|
||
You can get answers to your usage and support questions about **Apache Cordova** on: | ||
|
||
* GitHub Discussions: https://github.com/apache/cordova/discussions | ||
* Slack Community Chat: https://cordova.slack.com (you can sign-up at https://s.apache.org/cordova-slack) | ||
* StackOverflow: https://stackoverflow.com/questions/tagged/cordova using the tag `cordova` | ||
|
||
--- | ||
|
||
If you are using a tool that uses Cordova internally, like e.g. Ionic, check their support channels: | ||
|
||
* **Ionic Framework** | ||
* [Ionic Community Forum](https://forum.ionicframework.com/) | ||
* [Ionic Discord](https://ionic.link/discord) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.