Added issue templates

This commit is contained in:
Blixibon 2020-12-19 15:21:14 -06:00 committed by GitHub
parent e0185f94f6
commit 54cca19672
8 changed files with 193 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
name: Game - Bug report
about: Create a bug report related to game behavior.
title: "[GAME] "
labels: Bug
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is.
### Steps to reproduce
Steps to reproduce the behavior:
1. Have '...' in the map
2. ???
3. See error
### Expected behavior
A clear and concise description of what you expected to happen.
---
### Additional context
Add any other context about the problem here.

View File

@ -0,0 +1,22 @@
---
name: Game - Feature request
about: Suggest an idea related to game behavior.
title: "[GAME] "
labels: Enhancement
assignees: ''
---
### 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,25 @@
---
name: Miscellaneous - Bug report
about: Create a bug report not related to any of the subjects mentioned above.
title: "[MISC] "
labels: Bug
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is.
### Steps to reproduce
Steps to reproduce the behavior:
1. Do '...'
2. ???
3. See error
### Expected behavior
A clear and concise description of what you expected to happen.
---
### Additional context
Add any other context about the problem here.

View File

@ -0,0 +1,22 @@
---
name: Miscellaneous - Feature request
about: Suggest an idea not related to any of the subjects mentioned above.
title: "[MISC] "
labels: Enhancement
assignees: ''
---
### 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,29 @@
---
name: Visuals/Graphics - Bug report
about: Create a bug report related to visual issues. (e.g. shaders, projected textures,
etc.)
title: "[VISUAL] "
labels: Bug
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is.
### Steps to reproduce
Steps to reproduce the behavior:
1. Have '...' in the map
2. ???
3. See error
### Expected behavior
A clear and concise description of what you expected to happen.
### Media
Any related screenshots, videos, etc. which show the bug.
---
### Additional context
Add any other context about the problem here.

View File

@ -0,0 +1,23 @@
---
name: Visuals/Graphics - Feature request
about: Suggest an idea related to visuals or graphics. (e.g. shaders, projected textures,
etc.)
title: "[VISUAL] "
labels: Enhancement
assignees: ''
---
### 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,25 @@
---
name: VScript - Bug report
about: Create a bug report related to VScript.
title: "[VSCRIPT] "
labels: Bug, VScript
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is.
### Steps to reproduce
Steps to reproduce the behavior:
1. Have '...' in the script
2. ???
3. See error
### Expected behavior
A clear and concise description of what you expected to happen.
---
### Additional context
Add any other context about the problem here.

View File

@ -0,0 +1,22 @@
---
name: VScript - Feature request
about: Suggest an idea related to VScript.
title: "[VSCRIPT] "
labels: Enhancement, VScript
assignees: ''
---
### 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.