From 3279511085e8525e08f45561ef5842d3797455c0 Mon Sep 17 00:00:00 2001 From: Ahn Date: Tue, 7 Apr 2020 08:16:40 +0200 Subject: [PATCH] chore: enhance bug and regression template with debug log session (#1508) --- .github/ISSUE_TEMPLATE/bug.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/regression.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index e9350c7ad9..6a4c77ee27 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -23,6 +23,16 @@ Please provide either a minimal repository either on GitHub or GitLab. Issues without a reproduction link are likely to stall. --> +## Debug log: + + +``` +# content of ts-jest.log : + +``` + ## envinfo ``` diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index 894cbb0836..41e4ad57d0 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -29,6 +29,16 @@ Please provide either a minimal repository either on GitHub or GitLab. Issues without a reproduction link are likely to stall. --> +## Debug log: + + +``` +# content of ts-jest.log : + +``` + ## envinfo ```