From ddb86745ddcc8b6ea87196656011bc6f5ca400ce Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 27 Feb 2022 21:11:20 +0800 Subject: [PATCH] add tmpl for fr --- .github/ISSUE_TEMPLATE/feature_request.yml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..eac1f7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,37 @@ +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