--- /dev/null
+---
+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. -->
+
+**Expected behavior**
+<!-- A clear and concise description of what you expected to happen. -->
+
+**To Reproduce**
+Please provide a [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) example.
+See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on the website, and some [example issues](https://github.com/sqlalchemy/sqlalchemy/issues?q=label%3A%22great+mcve%22)
+
+```py
+# insert code here
+```
+
+**Error**
+
+```
+# copy error here
+```
+
+**Versions.**
+ - OS:
+ - Python:
+ - SQLAchemy:
+ - Database:
+ - DBAPI:
+
+**Additional context**
+<!-- Add any other context about the problem here. -->
+
+**Have a nice day!**
--- /dev/null
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: use case
+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 SQLAchemy features
+title: ''
+labels: question
+assignees: ''
+
+---
+
+**Describe you question**
+
+**Example (if applicable)**
+
+**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!**