Add releases
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
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
|
||||
@@ -0,0 +1,32 @@
|
||||
name: Feature Request
|
||||
about: Suggest an idea or enhancement for a3270
|
||||
title: "[FEATURE] "
|
||||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for suggesting a feature or enhancement for a3270!
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Is your feature request related to a problem?
|
||||
description: A clear and concise description of what the problem or missing capability is.
|
||||
placeholder: "I'm always frustrated when [...]"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: Any alternative solutions or features you've considered.
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user