forked from CosmosOS/Cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request CosmosOS#1475 from CosmosOS/add_issue_templates
Added new issue templates
- Loading branch information
Showing
6 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
29
.github/ISSUE_TEMPLATE/build-error-and-visual-studio-problems.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |