-
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
1 parent
42442f1
commit ebb05b6
Showing
15 changed files
with
253 additions
and
211 deletions.
There are no files selected for viewing
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,57 +1,56 @@ | ||
--- | ||
name: 🚨 Bug Report | ||
about: Report something not working | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
## Bug Report | ||
|
||
### Capacitor Version | ||
|
||
### Plugin Version | ||
<!-- | ||
In what version of the plugin was this bug found? | ||
Paste the output from the `npx cap doctor` command into the code block below. This will provide the versions of Capacitor packages and related dependencies. | ||
--> | ||
|
||
## Platforms affected | ||
- [ ] Android | ||
- [ ] iOS | ||
- [ ] JavaScript | ||
``` | ||
PASTE OUTPUT HERE | ||
``` | ||
|
||
### Platform(s) | ||
|
||
### Current Behavior | ||
<!-- | ||
Describe how the bug manifests. Be specific. | ||
List the platforms that this bug affects. | ||
--> | ||
|
||
### Current Behavior | ||
|
||
<!-- | ||
Describe how the bug manifests. Be specific. | ||
--> | ||
|
||
### Expected Behavior | ||
|
||
<!-- | ||
Describe what the behavior should be. | ||
--> | ||
|
||
|
||
|
||
### Code Reproduction | ||
|
||
<!-- | ||
To isolate the cause of the problem, we ask you to provide a minimal sample application that demonstrates the issue. | ||
For full instructions, see: https://github.com/ionic-team/capacitor/blob/master/CONTRIBUTING.md#creating-a-code-reproduction | ||
--> | ||
|
||
|
||
|
||
### Other Technical Details | ||
|
||
<!-- | ||
Please provide the following information with your request and any other relevant technical details (versions of IDEs, local environment info, plugin information or links, etc). | ||
--> | ||
|
||
|
||
|
||
### Additional Context | ||
|
||
<!-- | ||
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. | ||
--> | ||
|
||
|
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,43 +1,41 @@ | ||
--- | ||
name: ⚡️ Feature Request | ||
about: Request a feature or change | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
## Feature Request | ||
|
||
### Plugin | ||
|
||
### Description | ||
<!-- | ||
Describe the feature request. If your feature request is related to a problem, be sure to describe that as well. | ||
List which plugin this feature is for. | ||
--> | ||
|
||
### Description | ||
|
||
<!-- | ||
Describe the feature request. If your feature request is related to a problem, be sure to describe that as well. | ||
--> | ||
|
||
### Platform(s) | ||
|
||
<!-- | ||
List the platforms for which this feature should be added. | ||
--> | ||
- [ ] Android | ||
- [ ] iOS | ||
- [ ] JavaScript | ||
|
||
|
||
### Preferred Solution | ||
<!-- Describe the solution you would prefer. --> | ||
|
||
|
||
<!-- Describe the solution you would prefer. --> | ||
|
||
### Alternatives | ||
<!-- Describe alternative solutions or features you've considered, if any. --> | ||
|
||
|
||
<!-- Describe alternative solutions or features you've considered, if any. --> | ||
|
||
### Additional Context | ||
|
||
<!-- | ||
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. | ||
--> | ||
|
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,32 +1,30 @@ | ||
## Description | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
## Context | ||
|
||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- Place the link to the issue here --> | ||
|
||
## Type of changes | ||
|
||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply --> | ||
|
||
- [ ] Fix (non-breaking change which fixes an issue) | ||
- [ ] Feature (non-breaking change which adds functionality) | ||
- [ ] Refactor (cosmetic changes) | ||
- [ ] Breaking change (change that would cause existing functionality to not work as expected) | ||
|
||
## Platforms affected | ||
|
||
- [ ] Android | ||
- [ ] iOS | ||
- [ ] JavaScript | ||
|
||
## Tests | ||
|
||
<!--- Describe how you tested your changes in detail --> | ||
<!--- Include details of your test environment if relevant --> | ||
|
||
## Screenshots (if appropriate) | ||
|
||
## Checklist | ||
<!--- Go over all the following items and put an `x` in all the boxes that apply --> | ||
- [ ] Pull request title follows the format `RNMT-XXXX <title>` | ||
- [ ] Code follows code style of this project | ||
- [ ] CHANGELOG.md file is correctly updated | ||
- [ ] Changes require an update to the documentation | ||
- [ ] Documentation has been updated accordingly |
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,35 +1,36 @@ | ||
name: "Build Plugin" | ||
|
||
on: | ||
on: | ||
workflow_call: | ||
secrets: | ||
THE_GH_RELEASE_TOKEN: | ||
required: false | ||
|
||
jobs: | ||
build: | ||
runs-on: 'ubuntu-24.04' | ||
runs-on: "ubuntu-24.04" | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.THE_GH_RELEASE_TOKEN || github.token }} | ||
|
||
- name: 'Setup Tools' | ||
- name: "Setup Tools" | ||
uses: ./.github/actions/setup-tools | ||
|
||
- name: 'Copy README.md in root' | ||
- name: "Copy README.md in root" | ||
working-directory: ./packages/capacitor-plugin | ||
run: cp README.md README.md.original | ||
|
||
- name: 'Build Packages' | ||
- name: "Build Packages" | ||
working-directory: ./packages/capacitor-plugin | ||
run: npm run build | ||
|
||
- name: 'Check README.md changes' | ||
- name: "Check README.md changes" | ||
working-directory: ./packages/capacitor-plugin | ||
run: | | ||
if ! cmp --silent README.md ../../README.md.original; then | ||
if ! cmp --silent README.md README.md.original; then | ||
echo "Detected README.md changes; Do 'npm run build' to update the docs." | ||
exit 1 | ||
fi | ||
fi |
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
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
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.