.github/ISSUE_TEMPLATE/bug-and-bad-formatting-report.md
---
name: Bug and Bad Formatting Report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior. If this is a formatting issue, include the input code here.
**Expected behavior**
A clear and concise description of what you expected to happen. If this is a formatting issue, include the expected formatting here, by manually formatting your code from above.
**Actual behavior**
Provide any output generated by sqlfmt here. If this is a formatting issue, include the code generated by sqlfmt.
**Additional context**
What is the output of `sqlfmt --version`?
What is the output of `pip list` (or `pipx list` if you installed using pipx)?