From 29164f33b0ec1ca3ee8a4935681959d770ffc675 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 18 Nov 2018 03:57:28 +0000 Subject: [PATCH] Clarify log information --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f374d7d..24548bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,6 +8,9 @@ about: Create a report to help us improve A clear and concise description of what the bug is, what you did, what happened and what you expected. +In case of installation/compilation failure, rerun with `ghcup --verbose ` +and paste the whole log output. + **To Reproduce** Steps to reproduce the behavior: 1. ...