diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-16 12:47:40 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-16 12:47:40 -0400 |
commit | c379f80b4e6fb1b65983958116bac202c91a210a (patch) | |
tree | 5dd820e68803381fc0143e72a6846c19f3e4b112 /.github | |
parent | 709c0d3e8b2a5b9633759788a1b55b8254f87dfb (diff) | |
download | sqlalchemy-c379f80b4e6fb1b65983958116bac202c91a210a.tar.gz |
add missing config.yml from previous commit
Change-Id: Ia23ca00c548bde416ee8282d470dd835f6d07f45
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..865a58c66 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 + |