From 0a17665898ed95f5ee5c35ad57f12eec486d507c Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Fri, 30 Apr 2021 21:35:05 +0200 Subject: [PATCH] Improve bug report template (#83) * Improve bug report template * Also improve question template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/question.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a0a229c..4bc0bce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,8 +33,8 @@ See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on t - OS: - Python: - SQLAlchemy: - - Database: - - DBAPI: + - mypy: + - SQLAlchemy2-stubs: **Additional context** diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index df2a304..ec828d5 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -17,8 +17,8 @@ assignees: '' - OS: - Python: - SQLAlchemy: - - Database: - - DBAPI: + - mypy: + - SQLAlchemy2-stubs: **Additional context** Add any other context or screenshots about the feature request here.