Skip to content

Commit d0ca06d

Browse files
committed
chore: format code and update configuration files for consistency
1 parent d9d3485 commit d0ca06d

File tree

594 files changed

+77125
-77126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

594 files changed

+77125
-77126
lines changed
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
name: Bug Report
2-
description: |
3-
Use this template for bug reports.
4-
labels: []
5-
body:
6-
- type: checkboxes
7-
attributes:
8-
label: Check for existing issues
9-
description: Check the backlog of issues to reduce duplicates; if an issue already exists, place a 👍 on it.
10-
options:
11-
- label: Completed
12-
required: true
13-
- type: textarea
14-
attributes:
15-
label: Describe the bug / provide steps to reproduce it
16-
description: A clear and concise description of what the bug is. If possible, then include a clip
17-
validations:
18-
required: true
19-
- type: textarea
20-
id: environment
21-
attributes:
22-
label: Environment
23-
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)
24-
validations:
25-
required: true
26-
- type: textarea
27-
attributes:
28-
label: If applicable, add mockups / screenshots regarding your vision
29-
description: Drag issues into the text input below
30-
validations:
31-
required: false
32-
- type: textarea
33-
attributes:
34-
label: If applicable, attach your Acode.log file to this issue.
35-
description: |
36-
Search for `Open Log File` in Acode command palette, it will open Acode.log file then share it
37-
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`
38-
value: |
39-
<details><summary>Acode.log</summary><pre>
40-
<!-- Click below this line and paste or drag-and-drop your log-->
41-
42-
<!-- Click above this line and paste or drag-and-drop your log--></pre></details>
43-
validations:
44-
required: false
1+
name: Bug Report
2+
description: |
3+
Use this template for bug reports.
4+
labels: []
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Check for existing issues
9+
description: Check the backlog of issues to reduce duplicates; if an issue already exists, place a 👍 on it.
10+
options:
11+
- label: Completed
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Describe the bug / provide steps to reproduce it
16+
description: A clear and concise description of what the bug is. If possible, then include a clip
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: environment
21+
attributes:
22+
label: Environment
23+
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)
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: If applicable, add mockups / screenshots regarding your vision
29+
description: Drag issues into the text input below
30+
validations:
31+
required: false
32+
- type: textarea
33+
attributes:
34+
label: If applicable, attach your Acode.log file to this issue.
35+
description: |
36+
Search for `Open Log File` in Acode command palette, it will open Acode.log file then share it
37+
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`
38+
value: |
39+
<details><summary>Acode.log</summary><pre>
40+
<!-- Click below this line and paste or drag-and-drop your log-->
41+
42+
<!-- Click above this line and paste or drag-and-drop your log--></pre></details>
43+
validations:
44+
required: false
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: Feature Request
2-
description: "Suggest a new feature for Acode"
3-
labels: ["enhancement"]
4-
body:
5-
- type: checkboxes
6-
attributes:
7-
label: Check for existing issues
8-
description: Check the backlog of issues to reduce duplicates; if an issue already exists, place a `+1` (👍) on it.
9-
options:
10-
- label: Completed
11-
required: true
12-
- type: textarea
13-
attributes:
14-
label: Describe the feature
15-
description: A clear and concise description of what you want to happen.
16-
validations:
17-
required: true
18-
- type: textarea
19-
attributes:
20-
label: |
21-
If applicable, add mockups / screenshots to help present your vision of the feature
22-
description: Drag images into the text input below
23-
validations:
24-
required: false
1+
name: Feature Request
2+
description: "Suggest a new feature for Acode"
3+
labels: ["enhancement"]
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: Check for existing issues
8+
description: Check the backlog of issues to reduce duplicates; if an issue already exists, place a `+1` (👍) on it.
9+
options:
10+
- label: Completed
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe the feature
15+
description: A clear and concise description of what you want to happen.
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: |
21+
If applicable, add mockups / screenshots to help present your vision of the feature
22+
description: Drag images into the text input below
23+
validations:
24+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
blank_issues_enabled: false
2-
contact_links:
3-
- name: Ask Questions
4-
url: https://github.com/Acode-Foundation/Acode/discussions
5-
about: Ask any questions regarding Acode and its ecosystem
6-
- name: Telegram Group
7-
url: https://t.me/foxdebug_acode
8-
about: Friendly Acode Community for helps regarding Acode, development and more
9-
- name: Discord Server
10-
url: https://discord.gg/vVxVWYUAWD
11-
about: Acode discord server
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask Questions
4+
url: https://github.com/Acode-Foundation/Acode/discussions
5+
about: Ask any questions regarding Acode and its ecosystem
6+
- name: Telegram Group
7+
url: https://t.me/foxdebug_acode
8+
about: Friendly Acode Community for helps regarding Acode, development and more
9+
- name: Discord Server
10+
url: https://discord.gg/vVxVWYUAWD
11+
about: Acode discord server

.github/workflows/ci.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
name: CI
2-
3-
on:
4-
push:
5-
pull_request:
6-
7-
jobs:
8-
spell-check:
9-
timeout-minutes: 5
10-
name: Check spelling
11-
runs-on: ubuntu-latest
12-
13-
steps:
14-
- name: Checkout Actions Repository
15-
uses: actions/checkout@v4
16-
17-
- name: Check spelling
18-
uses: crate-ci/typos@master
19-
with:
20-
config: ./_typos.toml
21-
22-
quality:
23-
timeout-minutes: 5
24-
name: Linting and formatting
25-
runs-on: ubuntu-latest
26-
27-
steps:
28-
- name: Checkout repository
29-
uses: actions/checkout@v4
30-
31-
- name: Setup Biome
32-
uses: biomejs/setup-biome@v2
33-
34-
- name: Run Biome
35-
run: biome ci .
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
spell-check:
9+
timeout-minutes: 5
10+
name: Check spelling
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Checkout Actions Repository
15+
uses: actions/checkout@v4
16+
17+
- name: Check spelling
18+
uses: crate-ci/typos@master
19+
with:
20+
config: ./_typos.toml
21+
22+
quality:
23+
timeout-minutes: 5
24+
name: Linting and formatting
25+
runs-on: ubuntu-latest
26+
27+
steps:
28+
- name: Checkout repository
29+
uses: actions/checkout@v4
30+
31+
- name: Setup Biome
32+
uses: biomejs/setup-biome@v2
33+
34+
- name: Run Biome
35+
run: biome ci .

.hintrc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{
2-
"extends": [
3-
"development"
4-
],
5-
"hints": {
6-
"compat-api/css": "off",
7-
"css-prefix-order": "off",
8-
"meta-viewport": "off",
9-
"detect-css-reflows/composite": "off",
10-
"detect-css-reflows/paint": "off"
11-
}
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"compat-api/css": "off",
7+
"css-prefix-order": "off",
8+
"meta-viewport": "off",
9+
"detect-css-reflows/composite": "off",
10+
"detect-css-reflows/paint": "off"
11+
}
1212
}

.vscode/launch.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "0.2.0",
6-
"configurations": [
7-
{
8-
"type": "node",
9-
"request": "launch",
10-
"name": "Run Android",
11-
"skipFiles": [
12-
"<node_internals>/**"
13-
],
14-
"program": "${workspaceFolder}\\utils\\run-android.js",
15-
}
16-
]
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Run Android",
11+
"skipFiles": [
12+
"<node_internals>/**"
13+
],
14+
"program": "${workspaceFolder}\\utils\\run-android.js",
15+
}
16+
]
1717
}

0 commit comments

Comments
 (0)