summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-03-18 13:07:57 -0400
committerScott <scott@paragonie.com>2016-03-18 13:07:57 -0400
commit968f56f3e4886e316e5591e801dfb5b9a21415a4 (patch)
tree8a6e02506205c432efaba93c821e0a2cb793ab91
parentd9ce298ec18f0918ac5a67d138a89fa156fb21e3 (diff)
downloadrandom_compat-origin/github-issue-tpl.zip
random_compat-origin/github-issue-tpl.tar.gz
random_compat-origin/github-issue-tpl.tar.bz2
Update ISSUE_TEMPLATE.mdorigin/github-issue-tpl
-rw-r--r--.github/ISSUE_TEMPLATE.md3
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.