From 7686afdc99a2aec028a448f9cfe7e71ead16334c Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 22 Dec 2023 15:12:41 +0300 Subject: [PATCH] Update the bug template --- .github/ISSUE_TEMPLATE/1_bug.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug.yml b/.github/ISSUE_TEMPLATE/1_bug.yml index 3cc0e95f..d8917b09 100644 --- a/.github/ISSUE_TEMPLATE/1_bug.yml +++ b/.github/ISSUE_TEMPLATE/1_bug.yml @@ -60,13 +60,8 @@ body: Please create a minimal reproducible sample that shows the problem and attach it below between the lines with the backticks. - To create it, use the `flutter create bug` command and update the `main.dart` file. - Alternatively, you can use https://dartpad.dev/ or create a public GitHub repository to share your sample. - - Note: Please do not upload screenshots of text. Instead, use code blocks - or the above mentioned ways to upload your code sample. value: |
Code sample