Skip to content

Commit

Permalink
chore: enhance bug and regression template with debug log session (#1508
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ahnpnl committed Apr 7, 2020
1 parent 0d34865 commit 3279511
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Expand Up @@ -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:
<!-- You can activate the debug logger by setting the environment variable TS_JEST_LOG="ts-jest.log" before running tests.
The output of the logger will be in **ts-jest.log** in CWD, paste it in the below section:
-->

```
# content of ts-jest.log :
```

## envinfo

```
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/regression.md
Expand Up @@ -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:
<!-- You can activate the debug logger by setting the environment variable TS_JEST_LOG="ts-jest.log" before running tests.
The output of the logger will be in **ts-jest.log** in CWD, paste it in the below section:
-->

```
# content of ts-jest.log :
```

## envinfo

```
Expand Down

0 comments on commit 3279511

Please sign in to comment.