From 5bb4e0548462610bb3f4aeb71cac4ba2dbd396bb Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Tue, 25 Nov 2025 13:53:12 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/00.bug_report.md | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/00.bug_report.md diff --git a/.github/ISSUE_TEMPLATE/00.bug_report.md b/.github/ISSUE_TEMPLATE/00.bug_report.md new file mode 100644 index 000000000..67b5dc48b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/00.bug_report.md @@ -0,0 +1,30 @@ +--- +name: Plugin Bug Report & Issue/Technical Support Request +about: If your application crashes or encounters issues while using the Flutter-Tizen + plugin +title: '' +labels: '' +assignees: '' + +--- + +**Flutter-Tizen version** +Please provide the output of running `flutter-tizen --version`. + +**Plugin version** +The version of the relevant plugin you specified in pubspec.yaml. + +**Describe the issue** +A clear description of what the issue is. + +**To reproduce** +Steps to reproduce the behavior. + +**Log message** +Log message for issue identification + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Code sample** +If possible, please provide sample code that reproduces the issue.