Files
a3270/.gitea/issue_template/bug_report.yaml
T
rudi c0b0ae3b74
Build and Test a3270 / Build Android APK (push) Successful in 4m22s
Release a3270 / Build & Publish Release (push) Successful in 6m42s
Add releases
2026-08-20 19:27:55 -04:00

65 lines
1.8 KiB
YAML

name: Bug Report
about: Create a report to help us fix an issue with a3270
title: "[BUG] "
labels:
- bug
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report an issue!
- type: input
id: host_environment
attributes:
label: Host Environment
description: What mainframe / operating system was connected (e.g., z/OS, z/VM, CMS, TSO, MVS 3.8j, Hercules/TK4-)?
placeholder: "e.g. z/VM 7.2 CMS, Hercules TK4-"
validations:
required: false
- type: input
id: android_device
attributes:
label: Android Device & OS Version
description: What Android device and Android version are you using?
placeholder: "e.g. Pixel 8, Android 14 (API 34)"
validations:
required: false
- type: dropdown
id: terminal_model
attributes:
label: Terminal Model
description: Terminal model in use
options:
- 3279-2 (Color 24x80)
- 3279-3 (Color 32x80)
- 3279-4 (Color 43x80)
- 3279-5 (Color 27x132)
- 3278 (Monochrome)
validations:
required: true
- type: textarea
id: description
attributes:
label: Problem Description
description: A clear and concise description of what went wrong.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Connect to host '...'
2. Open File Transfer dialog
3. Start IND$FILE GET ...
4. See error ...
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs / Logcat Output
description: Paste any logcat or debug logs here.
render: shell