]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add missing config.yml from previous commit
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 May 2021 16:47:40 +0000 (12:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 May 2021 16:47:40 +0000 (12:47 -0400)
Change-Id: Ia23ca00c548bde416ee8282d470dd835f6d07f45

.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..865a58c
--- /dev/null
@@ -0,0 +1,18 @@
+blank_issues_enabled: false
+contact_links:
+  - name: Usage Questions (GitHub Discussions)
+    url: https://github.com/sqlalchemy/sqlalchemy/discussions/new?category=Usage-Questions
+    about: Questions and Answers for SQLAlchemy Users 
+  - name: Live Chat on Gitter
+    url: https://gitter.im/sqlalchemy/community
+    about: Searchable Web-Based Chat
+  - name: SQLAlchemy Mailing List
+    url: https://groups.google.com/forum/#!forum/sqlalchemy
+    about: Over a decade of questions and answers are here
+  - name: Ideas / Feature Proposal (GitHub Discussions)
+    url: https://github.com/sqlalchemy/sqlalchemy/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
+