From 084525ddfa2da711dfe3f5d7d9ea9326f1a257d9 Mon Sep 17 00:00:00 2001 From: Rajeh Taher Date: Sun, 18 Jul 2021 05:04:44 +0300 Subject: [PATCH] Add Operating System information for bug reports. (#725) * :page_facing_up: Add Operating System information for bug reports. * :bug: Forgot Line Break --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e648041..1e704a3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,5 +34,8 @@ If applicable, add code snippets to help explain your problem. - npm or yarn version (`npm -v`): - whatsapp-web.js version: +**Other** + - Operating system (the one running node) [Linux / MacOS / Windows]: + - Operating system version (ex. Windows 10): ### Additional context Add any other context about the problem here.