From 307d07ebfd1523f89838ea200ff51a5a489e2093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Thu, 13 Jun 2024 19:47:30 +0100 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Andy Feller --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ba92b7650..9fd45a56a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,4 +24,6 @@ A clear and concise description of what you expected to happen and what actually ### Logs Paste the activity from your command line. Redact if needed. -Tip: Set `GH_DEBUG=true` (verbose logs) or `GH_DEBUG=api` (verbose logs with HTTP traffic details) + +> [!NOTE] +> Set `GH_DEBUG=true` for verbose logs or `GH_DEBUG=api` for verbose logs with HTTP traffic details.