From: Mike Bayer Date: Tue, 15 Jun 2021 14:19:54 +0000 (-0400) Subject: update issue template to favor discussions in most cases X-Git-Tag: rel_1_7_0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76beb8dc686c24f7490eaff497636c29f5028a43;p=thirdparty%2Fsqlalchemy%2Falembic.git update issue template to favor discussions in most cases Change-Id: I1b6044c01c59d060395933818706ef75acc46cdb --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..4d5c5824 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,15 @@ +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 + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 818bd38a..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -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!** diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 8b3c40fd..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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!** diff --git a/.github/ISSUE_TEMPLATE/use_case.md b/.github/ISSUE_TEMPLATE/use_case.md new file mode 100644 index 00000000..8677cb55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/use_case.md @@ -0,0 +1,24 @@ +--- +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** + + +**Databases / Backends / Drivers targeted** + + + +**Example Use** + + + +**Additional context** + + +**Have a nice day!**