Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/00.bug_report.md
Original file line number Diff line number Diff line change
@@ -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.