diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..da010d659 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,55 @@ +--- +name: Bug report +about: Something is wrong with SurfGear. +title: "[BUG] " +labels: bug +--- + +## Expected behavior + + +## Actual behavior + + +## Video/Screenshot + + +## Steps to reproduce + + +## Details +Flutter version: + +Dart version: + +Platform: + +## Logs and stacktrace + + +## Any possible solutions + + +## What did you try to solve + + +## Checklist for self-check +- [ ] Added expected and actual behavior. +- [ ] Added video or screenshot of bug. +- [ ] Added isolated way to reproduce the bug. +- [ ] Specified Flutter, Dart version and platforms. +- [ ] Attached error code and logs. +- [ ] All unspecified fields in the Issue description deleted.