From 30c466692124cbe145c94016d0144eb05f185bd9 Mon Sep 17 00:00:00 2001 From: Thomas Brouard Date: Tue, 4 Feb 2020 13:55:12 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4135f7c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Before posting your issue, please make sure it is not related to Electron or the `` tag by checking Electron issues (https://github.com/electron/electron/issues).** + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Please complete the following information** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - electron-tabs version [e.g. 0.12.0] + - Electron version [e.g. 8.0.0] + +**Code** +If your issue involves code, please consider creating a sample in a dedicated repository. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional information** +Add any other context about the problem here.