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
This commit is contained in:
Alex Gaynor 2017-07-24 08:28:56 -04:00 committed by Paul Kehrer
parent 72e37c4062
commit 7377fae903

14
.github/ISSUE_TEMPLATE.rst vendored Normal file
View file

@ -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