From d6ce8bc2151e6567441bfae1c82103967538e8a5 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Fri, 14 Feb 2020 15:09:39 -0500 Subject: [PATCH] Add issue template for feature requests --- .../bug-report.md} | 11 ++++++---- .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++++++++++ 2 files changed, 27 insertions(+), 4 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 639d35a8d..cc040f04c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,3 +1,6 @@ +name: 'Bug report' +--- + ### Expected Behavior @@ -25,7 +28,7 @@ https://github.com/TypeStrong/ts-node-repros ### Specifications -* ts-node version: -* node version: -* Operating system and version: -* If Windows, are you using WSL or WSL2?: +* ts-node version: +* 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 + +