mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
update issue template with more words few people will read (#5759)
This commit is contained in:
parent
ab537a610d
commit
a3e435f1b1
1 changed files with 5 additions and 1 deletions
6
.github/ISSUE_TEMPLATE.rst
vendored
6
.github/ISSUE_TEMPLATE.rst
vendored
|
|
@ -1,9 +1,13 @@
|
|||
If you're filing a bug (as opposed to a feature request), please try the
|
||||
following things:
|
||||
|
||||
* Check the FAQ to see if your issue is covered there:
|
||||
https://cryptography.io/en/latest/faq.html
|
||||
* 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``
|
||||
* Be sure you have the required compilers (both a C compiler and Rust)
|
||||
installed if you aren't using the binary wheels.
|
||||
|
||||
If none of that works, please make sure to include the following information in
|
||||
your bug report:
|
||||
|
|
@ -15,4 +19,4 @@ your bug report:
|
|||
|
||||
Please do not report security issues on Github! Follow the instructions in our
|
||||
documentation for reporting security issues:
|
||||
https://cryptography.io/en/latest/security/
|
||||
https://cryptography.io/en/latest/security.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue