Skip to content

Submitting a Bug Report

Isaiah Frey edited this page May 17, 2018 · 2 revisions

How to submit a proper bug report

If you want a bug in the game to be fixed, its important you be clear about your report or programmers will not be able to fix it. Here is template you should follow:

Steps to reproduce:

List the steps to reproduce the bug, e.g.

  1. Open v1.2.12 and run the game
  2. Jump twice and then jump when the character makes contact with the bottom of a block

Expected Results

Say what should happen, e.g.

  • The character should fall to the ground

Actual Results

Say what actually happens, e.g.

  • The character jumps again

Relevant Notes

If you know what is going wrong, share it. If you know what portion of the code is messing up, path to that (obj_character>step event)

Clone this wiki locally