From 0ad9639e3bec2d526fff38ee034c44ee7c027a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 6 May 2020 18:07:48 +0200 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 71 ++++++++++++++++++++++++++++ 1 file changed, 71 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..539de1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,71 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 0. Needs triage, bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Browser log** +``` +Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread. +``` + +
+How to access your browser console (Click to expand) + +# Chrome +- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools. +- Alternative method: + 1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools. + 2. Click the “console” tab. + +# Safari +- Press CMD + ALT + I to open the Web Inspector. +- See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.) + +# IE9 +1. Press F12 to open the developer tools. +2. Click the “console” tab. + +# Firefox +- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs). +- or, if Firebug is installed (recommended): + 1. Press F12 to open Firebug. + 2. Click on the “console” tab. + +# Opera +1. Press CTRL + SHIFT + I to open Dragonfly. +2. Click on the “console” tab. +
+ +**Additional context** +Add any other context about the problem here.