Fix `-vvv` option instructions in bug report template (#617)

This commit is contained in:
disconnect78 2024-02-07 21:02:15 +00:00 committed by GitHub
parent 39aada312c
commit 9d6a2be49e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ body:
attributes: attributes:
label: Debug Traceback label: Debug Traceback
description: | 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 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. Make sure to check the logs for any personal information such as emails and remove them.
render: "text" render: "text"
placeholder: Logs printed to terminal screen placeholder: Logs printed to terminal screen