diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 164aae81..95039f6c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,18 +8,18 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. Is it a bug during playback or a bug in editing Flowcharts, Blocks, Commands, and so on? When and where it is happening, is it only in editor or only in build or both? + **To Reproduce** -In order for someone else to attempt to solve the issue we need to know how to make it occur. As such when reporting bugs please detail how to make them occur in existing FungusExample scenes, or how to create a scene from empty, or attach a unitypackage with a minimal scene in it. -Then describe the steps to reproduce the behavior: + 1. Go to the scene '...' in the FungusExample ***OR*** In a new scene, add the following '...' 2. Click on '....' 3. Scroll down to '....' -4. See error +4. See error/undesired behaviour **Expected behavior** -A clear and concise description of what you expected to happen. + **Screenshots** If applicable, add screenshots to help explain your problem.