Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add bug_report.md #374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Bug report
about: Something is wrong with SurfGear.
title: "[BUG] "
labels: bug
---

## Expected behavior
<!--Tell us what should happen-->

## Actual behavior
<!--Tell us what happens instead-->

## Video/Screenshot
<!--Attach file with a reproduction of bug-->

## Steps to reproduce
<!--
1)...
2)...
3)...
...
-->

## Details
Flutter version: <!--android/ios/web/desktop-->

Dart version: <!--android/ios/web/desktop-->

Platform: <!--android/ios/web/desktop-->

## Logs and stacktrace
<!--
Error details
-->

## Any possible solutions
<!--
Optional
What do you think would solve the problem?
-->

## What did you try to solve
<!--
Optional
What did you try to solve the problem?
-->

## 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.