From 7e04b8e79808f923d2c8aa38339a87d37565bbd5 Mon Sep 17 00:00:00 2001 From: Geert-Johan Riemer Date: Sat, 16 Feb 2019 17:26:26 +0100 Subject: [PATCH] Update BUG.md When referring to an issue created with the template, GitHub shows a "1 of 2 tasks completed" subtitle because of the yes/no question. That's a bit odd. This fixes removes the "task list" from the template. --- .github/ISSUE_TEMPLATE/BUG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 93dcbecf..f50a431c 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -32,8 +32,8 @@ Golang's compiling errors ## Does the prebuilt and portable version works ? ###### Download [Link](https://github.com/Drakirus/go-flutter-desktop-embedder/releases) - - [x] Yes - - [ ] No + + - Yes / No ## Steps to Reproduce