Skip to content

Commit

Permalink
Fixed pyca#3520 -- added a github issue template for bugs (pyca#3807)
Browse files Browse the repository at this point in the history
* Fixed pyca#3520 -- added a github issue template for bugs

* grammar

* empty commit to retrigger jenkins
  • Loading branch information
alex authored and reaperhulk committed Jul 24, 2017
1 parent 72e37c4 commit 7377fae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7377fae

Please sign in to comment.