2023-02-07 17:22:23 +08:00
|
|
|
name: 🛠️ Feature request
|
2023-02-07 16:41:33 +08:00
|
|
|
description: Suggest an idea for RustDesk
|
|
|
|
title: "[FR] "
|
|
|
|
body:
|
2023-02-07 17:30:53 +08:00
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Is there an existing issue for this?
|
|
|
|
description: Please search to see if an issue related to this already exists.
|
|
|
|
options:
|
|
|
|
- label: I have searched the existing issues
|
|
|
|
required: true
|
|
|
|
|
2023-02-07 16:41:33 +08:00
|
|
|
- type: textarea
|
|
|
|
id: desc
|
|
|
|
attributes:
|
|
|
|
label: Description
|
|
|
|
description: Describe your suggested feature and the main use cases
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: users
|
|
|
|
attributes:
|
|
|
|
label: Impact
|
|
|
|
description: What types of users can benefit from using the suggested feature?
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: context
|
|
|
|
attributes:
|
|
|
|
label: Additional Context
|
|
|
|
description: Add any additonal context about the feature here
|