.github/ISSUE_TEMPLATE/bug_report.md
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
#### Describe the bug
A clear and concise description of what the bug is.
### What did you do?
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
> If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on go.dev/play is best.
### Screenshots
If applicable, add screenshots to help explain your problem.
### What did you expect to see?
A clear and concise description of what you expected to happen.
### What did you see instead?
A clear and concise description of what you see to happen.
### What version of Gcode Core are you using?
### Does this issue reproduce with the Gcode Core latest release?
### What operating system and processor architecture are you using (`go env`)?
<details><summary><code>go env</code> Output</summary><br><pre>
$ go env
</pre></details>
### What did you do?
### Additional context
Add any other context about the problem here.