From 7d27499c18a43d981148e1db008c7531d979de29 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 15 Feb 2020 20:24:01 -0800 Subject: [PATCH] remove build problem section from the bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 54f734a0e..fbaab0b0c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,15 +17,6 @@ A clear and concise description of what the bug is. - Frontend: [e.g. OpenGL or Software] - Version: please run `wezterm -V` and include its output here -## Is it a build problem? - -Please include the output from these commands in this issue: - -``` -rustup show -cargo build --release -``` - ## To Reproduce Steps to reproduce the behavior.