summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorBryce Guinta <bryce.guinta@protonmail.com>2018-07-04 00:25:35 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-04 08:25:35 +0200
commitbceb1d6d6590ec02ebcd51f3203784a94a07482e (patch)
tree4b508aeeae3864a0f815bad4f72af56ed9de1a2d /.github/ISSUE_TEMPLATE
parent53ce14d1dca4624b50b665160ac90777adf77b9e (diff)
downloadpylint-git-bceb1d6d6590ec02ebcd51f3203784a94a07482e.tar.gz
Add note about prerelease in readme and github template (#2248)
* Add note about preview release in github template * Add note about preview release supporting 3.7 in readme
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/1_Bug_report.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md
index 7bbe13351..3a7017df0 100644
--- a/.github/ISSUE_TEMPLATE/1_Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md
@@ -9,6 +9,9 @@ about: Report a bug in pylint
Before you submit this, make sure that the issue doesn't already exist
or if it is not closed.
+
+ Is your issue fixed on the preview release?: pip install pylint astroid --pre -U
+
-->
### Steps to reproduce