From ada4fcba1403a5e8533d4d293758ab8cfda26e4e Mon Sep 17 00:00:00 2001 From: Christoph Tavan Date: Mon, 11 May 2020 15:26:51 +0200 Subject: [PATCH] chore: warn about Node.js 13.x incompatibility in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e3f882fe..2cc386b5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,11 @@ labels: '' assignees: '' --- + + ## Describe the bug A clear and concise description of what the bug is. @@ -26,7 +31,7 @@ A clear and concise description of what you expected to happen. - OS: [e.g. macOS, Linux] - Runtime: [e.g. Node.js, Chrome, Safari, react-native, AWS Lambda] -- Runtime Version: [e.g. 13.5.1] +- Runtime Version: [e.g. 14.2.0] ## Additional context