summaryrefslogtreecommitdiff
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
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
-rw-r--r--.github/ISSUE_TEMPLATE/1_Bug_report.md3
-rw-r--r--README.rst8
2 files changed, 11 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
diff --git a/README.rst b/README.rst
index 9b222b3cf..66bd6104d 100644
--- a/README.rst
+++ b/README.rst
@@ -79,3 +79,11 @@ Pylint is shipped with following additional commands:
* pyreverse: an UML diagram generator
* symilar: an independent similarities checker
* epylint: Emacs and Flymake compatible Pylint
+
+
+Note
+----
+
+Python 3.7 support is currently available on the preview release:
+
+``pip install pylint astroid --pre -U``