Build a new module that will allow a user to sign into this thing via github. When they click an i found a bug button, give them a form with an optional description. When they submit the form do the following:
serialize the scene into a series of steps (same format that will be used to save parts)
grab the pixels out of canvas and add an image in the description
create a new github issue with:
label: automatic
image: screen grab of canvas
description: optional description field
The benefit here is I don't have to watch a separate bug app, and the user is linked to the issues they create by email.
Plus, the exact state of the scene is passed along so I can roll forward from 0->current and figure out what went wrong.
Build a new module that will allow a user to sign into this thing via github. When they click an
i found a bug
button, give them a form with an optional description. When they submit the form do the following:automatic
The benefit here is I don't have to watch a separate bug app, and the user is linked to the issues they create by email.
Plus, the exact state of the scene is passed along so I can roll forward from 0->current and figure out what went wrong.