From 32c80d261dc0e2569bd206992e13a9d1cb66c2ad Mon Sep 17 00:00:00 2001 From: Mark Kascheev <82406589+mark-kascheev@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:56:33 +0400 Subject: [PATCH] feat: add bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 55 ++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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.