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 ```