Added new issue templates

Proposed new issue template
This commit is contained in:
Quajak 2020-09-07 16:09:06 +02:00 committed by GitHub
parent 8ebc75dab2
commit b322e1eafa
6 changed files with 149 additions and 0 deletions

22
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,22 @@
---
name: Bug report
about: For bugs in Cosmos
title: ''
labels: Bug
assignees: ''
---
#### Area of Cosmos - What area of Cosmos are we dealing with?
#### Expected Behaviour - What do you think that should happen?
#### Actual Behaviour - What unexpectedly happens?
#### Reproduction - How did you get this error to appear?
#### Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?

View file

@ -0,0 +1,29 @@
---
name: Build Error and Visual Studio Problems
about: For errors when trying to build a Cosmos Kernel or use VS
title: ''
labels: ''
assignees: ''
---
Have you checked Github Issues for similar errors?
**Exception**
Post the exception returned by Visual Studio
** VS Output Logs **
Post the entire output log given by Visual Studio for the build
**To Reproduce**
Describe any changes done to a clean kernel for this error to occur.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Context**
Before posting please confirm that the following are in order
[ ] Both Cosmos VS Extensions are installed
[ ] The Cosmos nuget packages are installed
Add any other context about the problem which might be helpful.

View file

@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for Cosmos
title: ''
labels: Question
assignees: ''
---
Have you checked for similar suggestions?
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View file

@ -0,0 +1,28 @@
---
name: Installation Error
about: For errors while trying to install Cosmos
title: ''
labels: 'Area: Installer'
assignees: ''
---
**Describe the problem**
A clear and concise description of where the installation is going wrong.
**Steps of installation up to now**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs**
Please post the entire log given by Cosmos. For long logs please use pastebin.
**Steup (please complete the following information):**
- Cosmos Version (Userkit/Devkit)
- Are you using an admin account?
- VS Version if applicable
**Additional context**
Add any other context about the problem here.

View file

@ -0,0 +1,28 @@
---
name: Installation Problem
about: Create a report to help us improve
title: ''
labels: 'Area: Installer'
assignees: ''
---
**Describe the problem**
A clear and concise description of where the installation is going wrong.
**Steps of installation up to now**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs**
Please post the entire log given by Cosmos. For long logs please use pastebin.
**Steup (please complete the following information):**
- Cosmos Version (Userkit/Devkit)
- Are you using an admin account?
- VS Version if applicable
**Additional context**
Add any other context about the problem here.

20
.github/ISSUE_TEMPLATE/plug-request.md vendored Normal file
View file

@ -0,0 +1,20 @@
---
name: Plug request
about: Suggest that a certain method should be plugged
title: ''
labels: ''
assignees: ''
---
**What is the usecase for this plug**
A clear and concise description of where the plug is needed
** Complexity of plug **
Can this plug be added without requiring new drivers or a lot of work? (Methods requiring Linq, Reflection or Networking etc. are too complex for this request)
**Describe alternatives you've considered**
Are there ways to work around this plug not existing?
**Additional context**
Add any other context about the plug request here.