aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-07-24 08:28:56 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-24 15:28:56 +0300
commit7377fae9033abd8c9035cbf2792df48ac07dc82d (patch)
tree8fcbc2ecb8e9b712094de2ff6fedb2de273ce6c7 /.github
parent72e37c4062bfd4abbd1968d0fd42023511681960 (diff)
downloadcryptography-7377fae9033abd8c9035cbf2792df48ac07dc82d.tar.gz
cryptography-7377fae9033abd8c9035cbf2792df48ac07dc82d.tar.bz2
cryptography-7377fae9033abd8c9035cbf2792df48ac07dc82d.zip
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
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.rst14
1 files changed, 14 insertions, 0 deletions
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