summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/1-bug-report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/1-bug-report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/1-bug-report.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md
new file mode 100644
index 0000000000..69b9bf6325
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -0,0 +1,24 @@
+---
+name: "\U0001F41B Bug report"
+about: Create a report to help us improve
+
+---
+
+<!--
+Thank you for reporting a possible bug in Node.js.
+
+Please fill in as much of the template below as you can.
+
+Version: output of `node -v`
+Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
+Subsystem: if known, please specify the affected core module name
+
+If possible, please provide code that demonstrates the problem, keeping it as
+simple and free of external dependencies as you can.
+-->
+
+* **Version**:
+* **Platform**:
+* **Subsystem**:
+
+<!-- Please provide more details below this comment. -->