diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2020-04-28 19:11:30 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2020-04-28 19:11:30 +0200 |
| commit | d43192cf986a192ecd8d34cb8fe845b7121cdb05 (patch) | |
| tree | e05155640bcb3ad650595dd10dd5384f7d9aa5e2 | |
| parent | ba371c119cfbad0eacb517284d871f08e1083293 (diff) | |
| download | sqlalchemy-d43192cf986a192ecd8d34cb8fe845b7121cdb05.tar.gz | |
other minor cleanups
Change-Id: Ie7b8cec01ce36f2619b3e3bcb3152747be673ca3
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .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 6c85f930a..f6c156249 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. See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on the website, and some [example issues](https://github.com/sqlalchemy/sqlalchemy/issues?q=label%3A%22great+mcve%22) ```py diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index dd1c62b9d..7053dd6d8 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)** |
