Skip to content

Commit 4a677a8

Browse files
committed
update issues
1 parent f166905 commit 4a677a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Context
44

5-
*OS version, ts-node-dev version*
5+
*OS version (is it docker or host?), ts-node-dev version*
66

77
*Did you try to run with [ts-node](https://github.com/TypeStrong/ts-node)*?
88

99
*Did you try to run with `--files` option enabled?*
1010

11+
*Did you try to run with `--debug` option enabled?*
12+
1113
*Do you have a repro example (git repo) with simple steps to reproduce your problem?*

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ If you have an issue, please create one. But, before:
7878
- try to check if there exits alike issues.
7979
- try to run your code with just [ts-node](https://github.com/TypeStrong/ts-node)
8080
- try to run your code with `--files` option enabled ([see ts-node docs](https://github.com/TypeStrong/ts-node#help-my-types-are-missing))
81+
- try to run it with `--debug` flag and see the output
82+
- try to make create repro example
8183

8284
## Versioning
8385

0 commit comments

Comments
 (0)