From 7377fae9033abd8c9035cbf2792df48ac07dc82d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 24 Jul 2017 08:28:56 -0400 Subject: Fixed #3520 -- added a github issue template for bugs (#3807) * Fixed #3520 -- added a github issue template for bugs * grammar * empty commit to retrigger jenkins --- .github/ISSUE_TEMPLATE.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.rst (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.rst b/.github/ISSUE_TEMPLATE.rst new file mode 100644 index 00000000..2fb07b1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.rst @@ -0,0 +1,14 @@ +If you're filing a bug (as opposed to a feature request), please try the +following things: + +* Upgrade to the latest version of ``setuptools`` and ``pip`` +* Make sure you're on a supported version of OpenSSL +* Try with the latest version of ``cryptography`` + +If none of that works, please make sure to include the following information in +your bug report: + +* Versions of Python, ``cryptography``, ``cffi``, ``pip``, and ``setuptools`` + you're using +* How you installed ``cryptography`` +* Clear steps for reproducing your bug -- cgit v1.2.3