-
Notifications
You must be signed in to change notification settings - Fork 0
Crash And Bug report template
Zyro edited this page Nov 5, 2020
·
1 revision
BUG: {title}
and {title} is the name you call the bug. For example:\
I have a bug that do something it shouldn't do, like in the Players script.
It doesn't check for server movement. Then the bug report should be:
BUG: Server movement is not checked
CRASH: {title}
and {title} should be what you thing cause the crash for example:
If the GameManager is null and it shouldn't be null then type the title like this:
CRASH: GameManager is null