From b89a163a66553c5988d17f78a60d9e323b8f0fc5 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:49:07 +0800 Subject: [PATCH] update service --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++++++++++++++++-- .github/ISSUE_TEMPLATE/feature_request.yml | 17 ++++++++++++++++- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c4bac8b..50d0885 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,13 +31,28 @@ body: - type: dropdown id: service attributes: - label: What remote cloud services are you using? + label: What remote cloud services are you using? (Please choose the specified one if it's in the list) multiple: true options: - S3 + - S3 (Cloudflare R2) + - S3 (BackBlaze B2) + - S3 (腾讯云 COS Tencent Cloud COS) + - S3 (阿里云 OSS Alibaba Cloud OSS) + - S3 (MinIO) + - S3 (Wasabi) + - S3 (Storj) - OneDrive for personal + - OneDrive for business - Dropbox - - webdav + - webdav + - webdav (ownCloud) + - webdav (InfiniCloud (formally TeraCLOUD)) + - webdav (坚果云 JianGuoYun/NutStore) + - webdav (NextCloud) + - webdav (FastMail) + - webdav (rclone webdav) + - webdav (nginx) - others validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index eac1f7a..2a57b58 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -21,9 +21,24 @@ body: multiple: true options: - S3 + - S3 (Cloudflare R2) + - S3 (BackBlaze B2) + - S3 (腾讯云 COS Tencent Cloud COS) + - S3 (阿里云 OSS Alibaba Cloud OSS) + - S3 (MinIO) + - S3 (Wasabi) + - S3 (Storj) - OneDrive for personal + - OneDrive for business - Dropbox - - webdav + - webdav + - webdav (ownCloud) + - webdav (InfiniCloud (formally TeraCLOUD)) + - webdav (坚果云 JianGuoYun/NutStore) + - webdav (NextCloud) + - webdav (FastMail) + - webdav (rclone webdav) + - webdav (nginx) - others validations: required: false