mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
|
name: Feature Request
|
||
|
description: Some idea about new features
|
||
|
title: "[Feature Request]: "
|
||
|
labels: ["enhancement"]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this bug report!
|
||
|
- type: textarea
|
||
|
id: what-are-you-expecting
|
||
|
attributes:
|
||
|
label: What feature are you suggesting?
|
||
|
description: What feature are you suggesting?
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
id: service
|
||
|
attributes:
|
||
|
label: What remote cloud services are you using, or suggesting adding the feature to?
|
||
|
multiple: true
|
||
|
options:
|
||
|
- S3
|
||
|
- OneDrive for personal
|
||
|
- Dropbox
|
||
|
- webdav
|
||
|
- others
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: checkboxes
|
||
|
id: ensure-no-sensitive-information
|
||
|
attributes:
|
||
|
label: Ensure no sensitive information
|
||
|
description: By submitting this issue, you ensure that no sensitive information is submitted in the issue.
|
||
|
options:
|
||
|
- label: I ensure that no sensitive information is submitted in the issue.
|
||
|
required: true
|