---
-name: Bug report
-about: Create a report to help us improve
+name: Create a bug report
+about: Errors and regression reports with complete reproducing test cases and/or stack traces.
title: ''
labels: requires triage
assignees: ''
1. a **succinct description of the problem** - typically a line or two at most
2. **succinct, dependency-free code which reproduces the problem**, otherwise known as a [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) example.
-3. **complete stack traces for all errors**
+3. **complete stack traces for all errors - please avoid screenshots, use formatted text inside issues**
4. Other things as applicable: **SQL log output**, **database backend and DBAPI driver**,
**operating system**, **comparative performance timings** for performance issues.
+++ /dev/null
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: requires triage
-assignees: ''
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
-
-**Have a nice day!**
+++ /dev/null
----
-name: Question
-about: Question regarding SQLAlchemy features
-title: ''
-labels: requires triage
-assignees: ''
-
----
-
-**Describe your question**
-
-**Example - please use the [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) guidelines if possible**
-
-**Complete stack trace, if applicable**
-
-**Versions**
- - OS:
- - Python:
- - SQLAlchemy:
- - Database:
- - DBAPI:
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
-
-**Useful links**
-- [Get Support](https://www.sqlalchemy.org/support.html) on the website
-- The [documentation](https://docs.sqlalchemy.org/en/latest/) website
-- The [UsageRecipes](https://github.com/sqlalchemy/sqlalchemy/wiki/UsageRecipes) wiki
-- [Stack Overflow](https://stackoverflow.com/questions/tagged/sqlalchemy) tag
-- SQLAlchemy [Google group](http://groups.google.com/group/sqlalchemy)
-- [Gitter](https://gitter.im/sqlalchemy/community) chat
-
-**Have a nice day!**