Create bug_report.md
This commit is contained in:
parent
e21558764e
commit
0ad9639e3b
1 changed files with 71 additions and 0 deletions
71
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
71
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -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.
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>How to access your browser console (Click to expand)</summary>
|
||||
|
||||
# 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.
|
||||
</details>
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue