summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/question.md
blob: 8b3c40fdfaf9968b335aa9e525d0b0eb61f9a2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
name: Question
about: Question regarding Alembic features
title: ''
labels: requires triage
assignees: ''

---

**Describe your question**

**Example (if applicable)**

**Additional context**
Add any other context or screenshots about the feature request here.

**Useful links**
- The [documentation](https://alembic.sqlalchemy.org/en/latest/) website
- The [Cookbook](https://alembic.sqlalchemy.org/en/latest/cookbook.html) wiki
- The SQLAlchemy [documentation](https://docs.sqlalchemy.org/en/latest/) website
- [Stack Overflow](https://stackoverflow.com/questions/tagged/alembic) tag
- Alembic [Google group](https://groups.google.com/forum/#!forum/sqlalchemy-alembic)
- [Gitter](https://gitter.im/sqlalchemy/community) chat

**Have a nice day!**