From 723069d42b2ac1a19f01a1eabd4803b4e8359e36 Mon Sep 17 00:00:00 2001 From: Takayuki SHIMIZUKAWA Date: Sun, 1 Aug 2021 05:36:47 +0900 Subject: [PATCH] fix issue template "How to Reproduce" doesn't render correctly remove unnecesary help-text in "value" instead of "description" --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 184347546..c78f1a2a7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -16,7 +16,6 @@ body: label: How to Reproduce description: Please provide steps to reproduce this bug. value: | - ``` $ git clone https://github.com/.../some_project $ cd some_project