Skip to content

Commit

Permalink
Update: ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Dec 16, 2023
1 parent e99b939 commit a6e1b27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/flutter_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/flutter_how_to_use.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/flutter_new_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6e1b27

Please sign in to comment.