Files
2026-05-11 16:27:14 +03:30

25 lines
589 B
YAML

name: Feature request
description: Suggest an improvement for TunnelX
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: Problem
description: What user problem should this solve?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: What should TunnelX do?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Any other approaches you considered?