From fda37e25c98ca629622443b73b56249306e5fb5d Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 2 Feb 2020 09:03:44 +0800 Subject: [PATCH 1/2] doc: ask more questions in the bug report template Inspired by the defect report template of the V8 issue tracker --- .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 375a6aa8a24eff..97a9d5094d3b77 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,13 +11,31 @@ Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name - -If possible, please provide code that demonstrates the problem, keeping it as -simple and free of external dependencies as you are able. --> * **Version**: * **Platform**: * **Subsystem**: - +### What steps will reproduce the bug? + + + +### How often does it reproduce? Is there a required condition? + +### What is the expected behavior? + + + +### What do you see instead? + + + +### Additional information From 4042875aa11f17a9b380a2fab53811bd37b08364 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 3 Feb 2020 11:13:12 +0800 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE.md Co-Authored-By: Rich Trott --- .github/ISSUE_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 97a9d5094d3b77..02ee3f751528d0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -39,3 +39,7 @@ If possible please provide textual output instead of screenshots. --> ### Additional information + +