From e27f24987e22b7dc777382f0a37228b3523177ce Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sun, 2 Feb 2020 09:03:44 +0800 Subject: [PATCH] doc: ask more questions in the bug report template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by the defect report template of the V8 issue tracker PR-URL: https://github.com/nodejs/node/pull/31611 Reviewed-By: Ben Noordhuis Reviewed-By: Gireesh Punathil Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Weijia Wang Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Daijiro Wachi Reviewed-By: Tobias Nießen --- .github/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 375a6aa8a24eff..02ee3f751528d0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,13 +11,35 @@ 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 + +