Browse Source

Update bug_report.md (#2053)

Jo 2 years ago
parent
commit
3f09397816
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 5 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -32,6 +32,11 @@ Example: `yay v8.1139.r0.g9ac4ab6 - libalpm v11.0.1` -->
 Include the FULL output of any relevant commands/configs
 The current yay config can be printed with `yay -Pg`
 Paste services are only needed for excessive output (>500 lines)
+Use --debug to add pacman and yay debug logs 
+or add the following key to your ~/.config/yay/config.json to only get yay debug logs
+{
+  "debug": true
+}
 -->
 
 ```sh