|
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 |
0 commit comments