python-boto3/.github/ISSUE_TEMPLATE/bug_report.md
2020-05-06 11:06:12 +03:00

21 lines
503 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: needs-triage
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Steps to reproduce**
If you have a runnable example, please include it as a snippet or link to a repository/gist for larger code examples.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Debug logs**
Full stack trace by adding `boto3.set_stream_logger('')` to your code.