From 97d79d71cccee39bf539fc6a14d86c5266c00fde Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Sun, 9 Feb 2025 01:02:43 +0300 Subject: [PATCH] Fix bug report template: clarify widget placement and app version fields --- .github/ISSUE_TEMPLATE/bug_report.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5e8e4d2..51f3d25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,27 +1,28 @@ --- -name: Bug report + +name: Bug report about: Create a report to help us improve --- -**Describe the bug** +**Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: -1. Where did you put the widget on, +**To Reproduce** +Steps to reproduce the behavior: +1. Where is the widget placed? 2. Run `flutter doctor` and paste the information here. -**Expected behavior** +**Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** +**Screenshots** If applicable, add screenshots to help explain your problem. -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Version [e.g. 0.0.6] +**Smartphone (please complete the following information):** +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- App version: [e.g. 0.0.6] -**Additional context** -Add any other context about the problem here. +**Additional context** +Add any other context about the problem here. \ No newline at end of file