Skip to content

Commit 54cca19

Browse files
authored
Added issue templates
1 parent e0185f9 commit 54cca19

8 files changed

Lines changed: 193 additions & 0 deletions
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Game - Bug report
3+
about: Create a bug report related to game behavior.
4+
title: "[GAME] "
5+
labels: Bug
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug
11+
A clear and concise description of what the bug is.
12+
13+
### Steps to reproduce
14+
Steps to reproduce the behavior:
15+
1. Have '...' in the map
16+
2. ???
17+
3. See error
18+
19+
### Expected behavior
20+
A clear and concise description of what you expected to happen.
21+
22+
---
23+
24+
### Additional context
25+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Game - Feature request
3+
about: Suggest an idea related to game behavior.
4+
title: "[GAME] "
5+
labels: Enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
### Describe the solution you'd like
14+
A clear and concise description of what you want to happen.
15+
16+
### Describe alternatives you've considered
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
---
20+
21+
### Additional context
22+
Add any other context or screenshots about the feature request here.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Miscellaneous - Bug report
3+
about: Create a bug report not related to any of the subjects mentioned above.
4+
title: "[MISC] "
5+
labels: Bug
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug
11+
A clear and concise description of what the bug is.
12+
13+
### Steps to reproduce
14+
Steps to reproduce the behavior:
15+
1. Do '...'
16+
2. ???
17+
3. See error
18+
19+
### Expected behavior
20+
A clear and concise description of what you expected to happen.
21+
22+
---
23+
24+
### Additional context
25+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Miscellaneous - Feature request
3+
about: Suggest an idea not related to any of the subjects mentioned above.
4+
title: "[MISC] "
5+
labels: Enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
### Describe the solution you'd like
14+
A clear and concise description of what you want to happen.
15+
16+
### Describe alternatives you've considered
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
---
20+
21+
### Additional context
22+
Add any other context or screenshots about the feature request here.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Visuals/Graphics - Bug report
3+
about: Create a bug report related to visual issues. (e.g. shaders, projected textures,
4+
etc.)
5+
title: "[VISUAL] "
6+
labels: Bug
7+
assignees: ''
8+
9+
---
10+
11+
### Describe the bug
12+
A clear and concise description of what the bug is.
13+
14+
### Steps to reproduce
15+
Steps to reproduce the behavior:
16+
1. Have '...' in the map
17+
2. ???
18+
3. See error
19+
20+
### Expected behavior
21+
A clear and concise description of what you expected to happen.
22+
23+
### Media
24+
Any related screenshots, videos, etc. which show the bug.
25+
26+
---
27+
28+
### Additional context
29+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Visuals/Graphics - Feature request
3+
about: Suggest an idea related to visuals or graphics. (e.g. shaders, projected textures,
4+
etc.)
5+
title: "[VISUAL] "
6+
labels: Enhancement
7+
assignees: ''
8+
9+
---
10+
11+
### Is your feature request related to a problem? Please describe.
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
### Describe the solution you'd like
15+
A clear and concise description of what you want to happen.
16+
17+
### Describe alternatives you've considered
18+
A clear and concise description of any alternative solutions or features you've considered.
19+
20+
---
21+
22+
### Additional context
23+
Add any other context or screenshots about the feature request here.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: VScript - Bug report
3+
about: Create a bug report related to VScript.
4+
title: "[VSCRIPT] "
5+
labels: Bug, VScript
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug
11+
A clear and concise description of what the bug is.
12+
13+
### Steps to reproduce
14+
Steps to reproduce the behavior:
15+
1. Have '...' in the script
16+
2. ???
17+
3. See error
18+
19+
### Expected behavior
20+
A clear and concise description of what you expected to happen.
21+
22+
---
23+
24+
### Additional context
25+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: VScript - Feature request
3+
about: Suggest an idea related to VScript.
4+
title: "[VSCRIPT] "
5+
labels: Enhancement, VScript
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
### Describe the solution you'd like
14+
A clear and concise description of what you want to happen.
15+
16+
### Describe alternatives you've considered
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
---
20+
21+
### Additional context
22+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)