Skip to content

Commit 55cb403

Browse files
committed
add issue template
1 parent 730f166 commit 55cb403

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Issue description
2+
3+
*OS version, ts-node-dev version*
4+
5+
*Did you try to run with [ts-node](https://github.com/TypeStrong/ts-node)*
6+
7+
*Did you try to run with `--files` option enabled?*
8+
9+
*Do you have a repro example (git repo) with simple steps to reproduce your problem?*

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ If you need to detect that you are running with `ts-node-dev`, check if `process
7272

7373
- The good thing is that `ts-node-dev` watches used `tsconfig.json` file, and will reinitialize compilation on its change, but you have to restart the process manually when you update used version of `typescript` or make any other changes that may effect compilation results.
7474

75+
## Issues
76+
77+
If you have an issue, please create one. But, before:
78+
- try to check if there exits alike issues.
79+
- try to run your code with just [ts-node](https://github.com/TypeStrong/ts-node)
80+
- try to run your code with `--files` option enabled
7581

7682
## Versioning
7783

0 commit comments

Comments
 (0)