mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 04:34:38 +08:00
37 lines
928 B
YAML
37 lines
928 B
YAML
name: Feature Request
|
|
description: Suggest a focused improvement to TNT.
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem
|
|
description: What workflow or limitation should this improve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposal
|
|
description: Describe the smallest useful behavior change.
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Area
|
|
options:
|
|
- Interactive TUI
|
|
- SSH exec / scripting
|
|
- Packaging / release
|
|
- Operations / systemd
|
|
- Security
|
|
- Documentation
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Optional. Existing commands, scripts, or workflows you tried.
|