Skip to content

Commit

Permalink
Added bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
bajrangCoder authored Sep 6, 2024
1 parent da84a96 commit 46262ef
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/0_bug_report.yml
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 (soon there will be a option in command palette to get these things easily)
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

0 comments on commit 46262ef

Please sign in to comment.