37 lines
837 B
Markdown
37 lines
837 B
Markdown
---
|
|
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.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
(Note: this should be a complete and concise piece of code that allows reproduction of an issue)
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Versions (please complete the following information):**
|
|
- Database backend used (mysql/sqlite/postgress)
|
|
- Python version
|
|
- `ormar` version
|
|
- `pydantic` version
|
|
- if applicable `fastapi` version
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|