Fix `-vvv` option instructions in bug report template

This commit is contained in:
disconnect78 2024-02-04 10:53:28 +00:00
parent 39aada312c
commit 4b70ef1535
1 changed files with 2 additions and 2 deletions

View File

@ -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