From 7a3ddf29106095f32448afb780cdc04c372b7244 Mon Sep 17 00:00:00 2001 From: CaselIT Date: Tue, 28 Apr 2020 18:52:39 +0200 Subject: [PATCH] Improve issue templates Change-Id: I29f6d1e4a5d4a46659e56f1af20aa3d0ab033daa --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 15665488..280674a6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ assignees: '' **To Reproduce** -Please provide a [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) example. +Please try to provide a [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) example, with the migration script and/or the SQLAlchemy tables or models involved. See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on the website. ```py diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 2aa29da2..8b3c40fd 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -7,7 +7,7 @@ assignees: '' --- -**Describe you question** +**Describe your question** **Example (if applicable)** -- 2.47.2