Fix gradle and add workflows
Build and Test j3270 / Build JAR & Run Tests (push) Failing after 2m24s

This commit is contained in:
2026-08-20 18:24:35 -04:00
parent 80166c477b
commit a1b1273022
68 changed files with 1102 additions and 153 deletions
@@ -0,0 +1,25 @@
name: Feature Request
about: Suggest an idea or x3270 feature for j3270
title: "[FEATURE] "
labels:
- enhancement
body:
- type: textarea
id: feature_description
attributes:
label: Feature Description
description: Describe the feature or improvement you would like to see.
validations:
required: true
- type: textarea
id: x3270_alignment
attributes:
label: x3270 / Mainframe Protocol Details
description: How does x3270 or standard 3270 data stream handle this?
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any alternative solutions or features you've considered.