starlette/.github/ISSUE_TEMPLATE/2-bug-report.md

54 lines
1.5 KiB
Markdown

---
name: Bug report
about: Report a bug to help improve this project
---
### Checklist
<!-- Please make sure you check all these items before submitting your bug report. -->
- [ ] The bug is reproducible against the latest release and/or `master`.
- [ ] There are no similar issues or pull requests to fix it yet.
### Describe the bug
<!-- A clear and concise description of what the bug is. -->
### To reproduce
<!-- Provide a *minimal* example with steps to reproduce the bug locally.
NOTE: try to keep any external dependencies *at an absolute minimum*
(middleware, servers, proxies, certificates...).
In other words, remove anything that doesn't make the bug go away.
-->
### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
### Actual behavior
<!-- A clear and concise description of what actually happens. -->
### Debugging material
<!-- Any tracebacks, screenshots, etc. that can help understanding the problem.
NOTE:
- Please list tracebacks in full (don't truncate them).
- Consider using `<details>` to make tracebacks/logs collapsible if they're very large (see https://gist.github.com/ericclemmons/b146fe5da72ca1f706b2ef72a20ac39d).
-->
### Environment
- OS: <!-- eg Linux/Windows/macOS. -->
- Python version: <!-- eg 3.8.5 (get it with `$ python -V`). -->
- Starlette version: <!-- eg 0.13.8 (get it with `$ pip show starlette`). -->
### Additional context
<!-- Any additional information that can help understanding the problem.
Eg. linked issues, or a description of what you were trying to achieve. -->