Files
wsa-webdav/.github/ISSUE_TEMPLATE/bug_report.yml
T

75 lines
1.4 KiB
YAML

name: Bug Report
description: Report a bug in WSA WebDev
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thank you for reporting a bug!
- type: dropdown
id: component
attributes:
label: Component
options:
- WebDAV Server
- Web File Manager
- ADB Control
- Root Access
- Build System
- Other
validations:
required: true
- type: input
id: version
attributes:
label: WSA WebDev Version
placeholder: "e.g., 1.0.0"
validations:
required: true
- type: input
id: environment
attributes:
label: Environment
placeholder: "e.g., WSA on Windows 11, Android 13, x86_64"
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Description
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant Logs
render: shell
- type: checkboxes
id: terms
attributes:
label: Checklist
options:
- label: I have searched existing issues
required: true