From 9d6a2be49e18972f21a0578f3048355867494bab Mon Sep 17 00:00:00 2001 From: disconnect78 <50294879+disconnect78@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:02:15 +0000 Subject: [PATCH] Fix `-vvv` option instructions in bug report template (#617) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 86583a5..e69d69b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,9 +36,9 @@ body: attributes: label: Debug Traceback description: | - Run your command, with `-vvv` appended to it, and paste the output here. + Run your command with the `-vvv` option and paste the output here. For example, if the problematic command was `rip url https://example.com`, then - you would run `rip url https://example.com -vvv` to get the debug logs. + you would run `rip -vvv url https://example.com` to get the debug logs. Make sure to check the logs for any personal information such as emails and remove them. render: "text" placeholder: Logs printed to terminal screen