Update issue templates

This commit is contained in:
Viktor Kovacs 2021-12-20 16:47:45 +01:00 committed by GitHub
parent 3bc61bcfe7
commit af5e28d2a6
4 changed files with 79 additions and 0 deletions

38
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
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]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,10 @@
---
name: Engine bug report or request
about: If you are embedding the engine, and found a bug or have an improvement idea.
title: ''
labels: engine
assignees: ''
---

View File

@ -0,0 +1,20 @@
---
name: Website bug report
about: If you are using 3dviewer.net, and found a bug.
title: ''
labels: bug, website
assignees: ''
---
**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.
**Screenshots**
If applicable, add screenshots to help explain your problem.

View File

@ -0,0 +1,11 @@
---
name: Website feature request
about: If you are using 3dviewer.net, and have an improvement idea.
title: ''
labels: enhancement, website
assignees: ''
---
**Describe the solution you'd like**
A clear and concise description of what you want to happen.