From a6e1b27d23c1a5c69b0bbdb8bb7dab983a6dabcc Mon Sep 17 00:00:00 2001 From: Amos Date: Sat, 16 Dec 2023 17:33:59 +0800 Subject: [PATCH] Update: ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/flutter_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/flutter_how_to_use.yml | 4 ++-- .github/ISSUE_TEMPLATE/flutter_new_feature.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/flutter_bug_report.yml b/.github/ISSUE_TEMPLATE/flutter_bug_report.yml index 97fdbdc..d897d82 100644 --- a/.github/ISSUE_TEMPLATE/flutter_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/flutter_bug_report.yml @@ -36,7 +36,7 @@ body: - type: textarea id: flutter-doctor attributes: - label: flutter info + label: Flutter info description: "flutter doctor -v in your terminal" placeholder: e.g. flutter doctor -v render: sh diff --git a/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml b/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml index f69bcbf..5d71298 100644 --- a/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml +++ b/.github/ISSUE_TEMPLATE/flutter_how_to_use.yml @@ -48,7 +48,7 @@ body: attributes: label: Try do it description: "I have tried to do it, but I don't know how to do it." - placeholder: | - 'e.g. I tried to configure disable=true, but it doesn't work.' + placeholder: | + e.g. I tried to configure disable=true, but it doesn't work. validations: required: false diff --git a/.github/ISSUE_TEMPLATE/flutter_new_feature.yml b/.github/ISSUE_TEMPLATE/flutter_new_feature.yml index 455b0e9..2e996b8 100644 --- a/.github/ISSUE_TEMPLATE/flutter_new_feature.yml +++ b/.github/ISSUE_TEMPLATE/flutter_new_feature.yml @@ -36,7 +36,7 @@ body: attributes: label: Why description: "Why do you want this feature to be added? What's the use case?" - placeholder: | + placeholder: | e.g. I want to use the device to trigger the sensor. validations: required: false