From 6047236925862e864e9d96f055a16a1ba2226c03 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sat, 6 Feb 2021 22:42:59 +0200 Subject: [PATCH] Better phrasing for issues --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 78b08eaf..666591b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,7 +15,9 @@ 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) + +Run `topgrade --dry-run` to see which commands Topgrade is running. If the command seems wrong and you know why pleaes tell us so. +If the command seems fine try to run it yourself and tell us if you got a different result from Topgrade.
 Paste the output of `topgrade -v`