forked from Acode-Foundation/Acode
-
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.
Merge pull request #4 from deadlyjack/main
update 08.11.2024
- Loading branch information
Showing
1,053 changed files
with
56,872 additions
and
40,930 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
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,44 @@ | ||
name: Bug Report | ||
description: | | ||
Use this template for bug reports. | ||
labels: [] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Check for existing issues | ||
description: Check the backlog of issues to reduce duplicates; if an issue already exists, place a 👍 on it. | ||
options: | ||
- label: Completed | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug / provide steps to reproduce it | ||
description: A clear and concise description of what the bug is. If possible, then include a clip | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: Environment | ||
description: Provide your app version, Android version, webview version, etc (Search "Copy Device Info" in command palette to get all these info and share it) | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: If applicable, add mockups / screenshots regarding your vission | ||
description: Drag issues into the text input below | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: If applicable, attach your Acode.log file to this issue. | ||
description: | | ||
Search for `Open Log File` in Acode command palette, it will open Acode.log file then share it | ||
or Check this location for log file: `/storage/emulated/0/Android/com.foxdebug.acode{in case of free version there will be bit more}/files/Acode.log` | ||
value: | | ||
<details><summary>Acode.log</summary><pre> | ||
<!-- Click below this line and paste or drag-and-drop your log--> | ||
<!-- Click above this line and paste or drag-and-drop your log--></pre></details> | ||
validations: | ||
required: false |
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,24 @@ | ||
name: Feature Request | ||
description: "Suggest a new feature for Acode" | ||
labels: ["enhancement"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Check for existing issues | ||
description: Check the backlog of issues to reduce duplicates; if an issue already exists, place a `+1` (👍) on it. | ||
options: | ||
- label: Completed | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the feature | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: | | ||
If applicable, add mockups / screenshots to help present your vision of the feature | ||
description: Drag images into the text input below | ||
validations: | ||
required: false |
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,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask Questions | ||
url: https://github.com/deadlyjack/Acode/discussions | ||
about: Ask any questions regarding Acode and its ecosystem | ||
- name: Telegram Group | ||
url: https://t.me/foxdebug_acode | ||
about: Friendly Acode Community for helps regarding Acode, development and more | ||
- name: Discord Server | ||
url: https://discord.gg/vVxVWYUAWD | ||
about: Acode discord server |
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,35 @@ | ||
name: CI | ||
|
||
on: | ||
push: | ||
pull_request: | ||
|
||
jobs: | ||
spell-check: | ||
timeout-minutes: 5 | ||
name: Check spelling | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Actions Repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check spelling | ||
uses: crate-ci/typos@master | ||
with: | ||
config: ./_typos.toml | ||
|
||
quality: | ||
timeout-minutes: 5 | ||
name: Linting and formatting | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Biome | ||
uses: biomejs/setup-biome@v2 | ||
|
||
- name: Run Biome | ||
run: biome ci . |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"plugins":["cordova-clipboard","cordova-plugin-vibration","cordova-plugin-buildinfo","cordova-plugin-device","cordova-plugin-file","cordova-plugin-sdcard","cordova-plugin-system","cordova-plugin-sftp","cordova-plugin-iap","cordova-plugin-server","cordova-plugin-ftp"]} | ||
{"plugins":["cordova-clipboard","cordova-plugin-buildinfo","cordova-plugin-device","cordova-plugin-file","cordova-plugin-sftp","cordova-plugin-server","cordova-plugin-ftp","cordova-plugin-sdcard","cordova-plugin-browser","cordova-plugin-system","cordova-plugin-iap"]} |
Oops, something went wrong.