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 78a5c5c commit e99b939
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/flutter_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ body:
placeholder: "e.g. I get xxx error after enabling TiltConfig.enableGestureSensors."
validations:
required: true
- type: textarea
id: log
attributes:
label: Logs
description: "Error log"
placeholder: e.g. flutter run --verbose
render: sh
validations:
required: false
- type: textarea
id: example-code
attributes:
Expand All @@ -68,3 +59,12 @@ body:
render: Dart
validations:
required: false
- type: textarea
id: log
attributes:
label: Logs
description: "Error log"
placeholder: e.g. flutter run --verbose
render: sh
validations:
required: false

0 comments on commit e99b939

Please sign in to comment.