Skip to content

Commit

Permalink
Merge pull request CosmosOS#1475 from CosmosOS/add_issue_templates
Browse files Browse the repository at this point in the history
Added new issue templates
  • Loading branch information
quajak authored Oct 15, 2020
2 parents f21890c + cba51fb commit 803162d
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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#)?
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/build-error-and-visual-studio-problems.md
Original file line number Diff line number Diff line change
@@ -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.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/installation-error.md
Original file line number Diff line number Diff line change
@@ -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.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/installation-problem.md
Original file line number Diff line number Diff line change
@@ -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/what error messages you got.

**Steps of installation up to now**
What steps of the installation have you done up to now:

**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.

**Setup (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 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/plug-request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 803162d

Please sign in to comment.