From 3a1f3854a43b7475c3d5aad8b7f087623d19c795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Tue, 4 Jun 2024 10:51:38 +0100 Subject: [PATCH 1/3] Add GH_DEBUG to issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 16e5348f1..ba92b7650 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,3 +24,4 @@ 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) 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 2/3] 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. From 85387fdc67f6a88c3870fe80ee35c5ca39f007db Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Tue, 25 Jun 2024 10:35:31 -0400 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/bug_report.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ³bert Papp --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9fd45a56a..00f2a0ba5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,5 +25,4 @@ A clear and concise description of what you expected to happen and what actually Paste the activity from your command line. Redact if needed. -> [!NOTE] -> Set `GH_DEBUG=true` for verbose logs or `GH_DEBUG=api` for verbose logs with HTTP traffic details. +