mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* Fixed #3520 -- added a github issue template for bugs * grammar * empty commit to retrigger jenkins
This commit is contained in:
parent
72e37c4062
commit
7377fae903
1 changed files with 14 additions and 0 deletions
14
.github/ISSUE_TEMPLATE.rst
vendored
Normal file
14
.github/ISSUE_TEMPLATE.rst
vendored
Normal 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
|
||||
Loading…
Reference in a new issue