From 11a570c9a0c9e5ab154e0f2bee6e3f787e8c4528 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Mon, 16 Mar 2020 13:06:33 +0200 Subject: [PATCH] Ask people to run `topgrade --dry-run` when opening a bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4f138686..78b08eaf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,6 +15,7 @@ labels: is:bug **Additional details:** - Which operating system or Linux distribution are you using? - How did you install Topgrade? +- If a specific step is failing, what happens when you run the command on your own? (Run `topgrade --dry-run` to see which commands Topgrade is running)
 Paste the output of `topgrade -v`