Skip to content

Commit b8b8d08

Browse files
authored
Update issue templates
1 parent 406f76a commit b8b8d08

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
name: Bug Report
33
about: Report a bug or critical performance issue
44
title: 'Bug Report: [DESCRIBE YOUR BUG IN DETAIL HERE]'
5-
labels: bug
5+
labels: ''
6+
assignees: ''
7+
68
---
79

810
[weed]: <> (MAKE SURE THAT THE ISSUE IS AS COMPLETE AS POSSIBLE. ISSUES THAT HAVE BARELY ANY INFORMATION OR IS ONLY MADE FOR TROLLING WILL BE INSTANTLY CLOSED.)
911
[weed]: <> (MAKE SURE TO ADD YOUR TARGET OR IT'LL BE IGNORED!)
1012

13+
### What version of the engine are you using?
14+
[weed]: <> (IF YOU COMPILED THE ENGINE PLEASE PROVIDE A COMMIT HASH THAT WE CAN BASE OFF OF)
15+
Version:
16+
1117
### Which target are you using?
1218
[weed]: <> (CHANGE [ ] TO [x] IN FRONT OF YOUR TARGET!)
1319

@@ -17,4 +23,4 @@ labels: bug
1723

1824
### Explain your issue
1925
##### Please check first if your issue haven't already been reported yet.
20-
[weed]: <> (MAKE SURE TO ADD A SCREENSHOT OF THE CRASH HANDLER, IF AVAILABLE, AND STEPS TO REPRODUCE THE BUG!)
26+
[weed]: <> (MAKE SURE TO ADD A SCREENSHOT OF THE CRASH HANDLER, IF AVAILABLE, AND STEPS TO REPRODUCE THE BUG!)

.github/ISSUE_TEMPLATE/compiling.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
name: Compiling help
3-
about: If you need help compiling the game, and you're running into issues. (Look through the 'compiling help' label in case it's been solved!)
3+
about: If you need help compiling the game, and you're running into issues. (Look
4+
through the 'compiling help' label in case it's been solved!)
45
title: 'Compiling help: [BRIEF DESCRIPTION / ERROR MESSAGE OUTPUT]'
5-
labels: compiling help
6+
labels: ''
7+
assignees: ''
8+
69
---
710

811
[weed]: <> (MAKE SURE THAT THE ISSUE IS AS COMPLETE AS POSSIBLE. ISSUES THAT HAVE BARELY ANY INFORMATION OR IS ONLY MADE FOR TROLLING WILL BE INSTANTLY CLOSED.)

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
name: Enhancement
33
about: Suggest a new feature
44
title: 'Enhancement: '
5-
labels: enhancement
5+
labels: ''
6+
assignees: ''
7+
68
---
9+
710
#### Please check for duplicates or similar issues before creating this issue.
811
## What is your suggestion, and why should it be implemented?

0 commit comments

Comments
 (0)