You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rdpwrap/.github/ISSUE_TEMPLATE/feature_request.yml

42 lines
1.1 KiB

name: Feature Request
description: Suggest an improvement or new capability.
labels: [enhancement]
body:
- type: textarea
id: problem
attributes:
label: Problem or motivation
description: What problem does this feature solve? Who is affected?
placeholder: "At the moment there is no way to ..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: Describe the behaviour or change you would like to see.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Any other approaches you have thought about (optional).
- type: dropdown
id: component
attributes:
label: Component this relates to
options:
- rdpwrap.dll (C++ wrapper library)
- RDPWInst / installer (Delphi)
- rdpWrapper GUI (sergiye C# app)
- rdpwrap.ini (offset database)
- CI/CD pipelines
- Documentation
- Other
validations:
required: true