summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2020-04-28 18:52:39 +0200
committerCaselIT <cfederico87@gmail.com>2020-04-28 18:52:39 +0200
commit7a3ddf29106095f32448afb780cdc04c372b7244 (patch)
tree360060d5b86ba311d4ee82665a6d3e4744ad399d /.github
parent131543cfd07cdc8d130585029deb0b0b156ff2b0 (diff)
downloadalembic-7a3ddf29106095f32448afb780cdc04c372b7244.tar.gz
Improve issue templates
Change-Id: I29f6d1e4a5d4a46659e56f1af20aa3d0ab033daa
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/question.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 1566548..280674a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -14,7 +14,7 @@ assignees: ''
<!-- A clear and concise description of what you expected to happen. -->
**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 2aa29da..8b3c40f 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)**