27 lines
729 B
Markdown
27 lines
729 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
<!-- A clear and concise description of what the bug is, make sure to paste any exceptions and tracebacks. -->
|
|
|
|
|
|
**Code snippet**
|
|
<!-- Relevant source code, make sure to remove what is not necessary. -->
|
|
|
|
|
|
**Expected behavior**
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
|
|
**Environment (please complete the following information):**
|
|
<!-- Please provide the information below. Instead, you can copy and paste the message that Sanic shows on startup. If you do, please remember to format it with ``` -->
|
|
- OS:
|
|
- Sanic Version:
|
|
|
|
|
|
**Additional context**
|
|
<!-- Add any other context about the problem here. -->
|