From f3cd4a5f02988d724e78fd3e1e292ecf0f512856 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 1 Mar 2020 22:06:27 -0500 Subject: [PATCH] Add issue template for feature requests (#959) --- .../bug-report.md} | 13 +++++++----- .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++++++++++ 2 files changed, 28 insertions(+), 5 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug-report.md} (73%) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md 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 + +