Skip to content

Commit

Permalink
Require --debug log in bug report issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Feb 29, 2024
1 parent 2cd0be9 commit 9d38ea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/issue_templates/Bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@

### Debug log
<!-- Paste a debug log of the failing command (add --debug option) between the markers below (to keep raw debug format).-->
<!-- We need a lot of information from the debug log; without it, we cannot process your report. -->
<!-- Debug log does not contain any private information. Do not paste private data; we'll ask you for more information if needed. -->
```
Output with --debug option:
```
<!-- NOTE: WITHOUT DEBUG LOG, THE BUG REPORT WILL BE CLOSED. ALSO, PLEASE DO NOT TRY TO REMOVE PARTS OF THE DEBUG LOG! -->

0 comments on commit 9d38ea7

Please sign in to comment.