diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 73% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 104ed6143..ab0788ec5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,3 +1,6 @@ +name: 'Bug report' +--- + ### Expected Behavior @@ -25,12 +28,12 @@ https://github.com/TypeStrong/ts-node-repros ### Specifications -* ts-node version: -* TypeScript version: +* ts-node version: +* TypeScript version: * tsconfig.json, if you're using one: ``` {} ``` -* node version: -* Operating system and version: -* If Windows, are you using WSL or WSL2?: +* node version: +* Operating system and version: +* If Windows, are you using WSL or WSL2?: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..7043b73d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +name: 'Feature request' +--- + +### Desired Behavior + + + +### Is this request related to a problem? + + + + + +### Alternatives you've considered + + + +### Additional context + +