From b8926cb4e81f7151910fb2f7eda408f496e28c4e Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Fri, 12 Mar 2021 17:39:47 -0800 Subject: [PATCH] docs: remove "Additional information" section from issue template (#28136) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ed2f05149cb4..9d0bcb85f228 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -70,7 +70,3 @@ body: label: Testcase Gist URL description: If you can reproduce the issue in a standalone test case, please use [Electron Fiddle](https://github.com/electron/fiddle) to create one and to publish it as a [GitHub gist](https://gist.github.com) and put the gist URL here. This is **the best way** to ensure this issue is triaged quickly. placeholder: https://gist.github.com/... -- type: textarea - attributes: - label: Additional Information - description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.