Update issue templates

This commit is contained in:
Ethan O'Brien 2022-02-14 12:45:19 -06:00 committed by GitHub
parent a3645e9c4f
commit 4c87da7696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 92 additions and 0 deletions

10
.github/ISSUE_TEMPLATE/-beta--.md vendored Normal file
View file

@ -0,0 +1,10 @@
---
name: "[beta] "
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

24
.github/ISSUE_TEMPLATE/beta-bug.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: beta bug
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.
-->

24
.github/ISSUE_TEMPLATE/bug---beta.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
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.
-->

24
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View file

@ -0,0 +1,24 @@
---
name: bug
about: Use this when you find a bug and you are not using the beta cores
title: ''
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.
-->

View file

@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---