diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e6cf5b7..71f91f8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -20,4 +20,5 @@ Please make sure all these boxes are checked before you submit your issue. -- [ ] **Version 1.3.0+** Make sure you can access `/dev/urandom` from PHP +- [ ] **Version 1.3.0+** Unless you're on Windows, make sure you can access `/dev/urandom` from PHP. +- [ ] **Version 1.3.0+** On Windows Vista and newer, make sure you have the mcrypt or libsodium extensions installed. |