From: CaselIT Date: Tue, 28 Apr 2020 16:52:39 +0000 (+0200) Subject: Improve issue templates X-Git-Tag: rel_1_4_3~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3ddf29106095f32448afb780cdc04c372b7244;p=thirdparty%2Fsqlalchemy%2Falembic.git Improve issue templates Change-Id: I29f6d1e4a5d4a46659e56f1af20aa3d0ab033daa --- 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)**