From d7eea1b49a5ea67dd9f39b9fa0a823466433f486 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sun, 30 Sep 2018 08:21:17 +0800 Subject: [PATCH] Fix typo in issue template --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8b6910fb..8e27b215 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,7 @@ Please use the #pocoo IRC channel on freenode or Stack Overflow for general questions about using Flask or issues not related to Flask.** If you'd like to report a bug in Flask, fill out the template below. Provide -any any extra information that may be useful / related to your problem. +any extra information that may be useful / related to your problem. Ideally, create an [MCVE](http://stackoverflow.com/help/mcve), which helps us understand the problem and helps check that it is not caused by something in your code.