--- /dev/null
+blank_issues_enabled: false
+contact_links:
+ - name: Usage Questions (GitHub Discussions)
+ url: https://github.com/sqlalchemy/alembic/discussions/new?category=Usage-Questions
+ about: Questions and Answers for Alembic Users
+ - name: Live Chat on Gitter
+ url: https://gitter.im/sqlalchemy/community
+ about: Searchable Web-Based Chat
+ - name: Ideas / Feature Proposal (GitHub Discussions)
+ url: https://github.com/sqlalchemy/alembic/discussions/new?category=Ideas
+ about: Use this for initial discussion for new features and suggestions
+ - name: SQLAlchemy Community Guide
+ url: https://www.sqlalchemy.org/support.html
+ about: Start here for an overview of SQLAlchemy's support network and posting guidelines
+
+++ /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 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!**
--- /dev/null
+---
+name: Request a new use case
+about: Support for new SQL syntaxes, database capabilities, DBAPIs and DBAPI features
+title: ''
+labels: requires triage,use case
+assignees: ''
+
+---
+
+**Describe the use case**
+<!-- A clear and concise description of what the SQL or database capability is. -->
+
+**Databases / Backends / Drivers targeted**
+
+<!-- what database(s) is this for? What drivers? -->
+
+**Example Use**
+<!-- provide a clear example of what the SQL looks like, or what the DBAPI code looks like -->
+
+
+**Additional context**
+<!-- Add any other context about the problem here. -->
+
+**Have a nice day!**