EmulatorJS/.github/ISSUE_TEMPLATE/bug---beta.md

25 lines
607 B
Markdown
Raw Normal View History

2022-02-14 18:45:19 +00:00
---
name: bug - beta
about: Use this when you find a problem with the beta emulator cores
title: "[beta]"
labels: ''
assignees: ''
---
<!--
First, collect a console log.
1. Please add the line of code to your html
```
EJS_DEBUG_XX = true
```
2. then reload the broken page.
3. Right click and click `inspect`.
4. Select the `console` tab at the top.
5. Right click on the console and click `save console log to file`
6. Upload the file here
If no log of the console is present. I will immediately close the issue without any comment.
Please upload straight to github and not to some other website.
-->