diff options
author | Scott <scott@paragonie.com> | 2016-03-18 13:02:30 -0400 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-03-18 13:02:30 -0400 |
commit | d9ce298ec18f0918ac5a67d138a89fa156fb21e3 (patch) | |
tree | 5d6fd40a0090351f266730a3a2cea252523c98c8 | |
parent | 7088908cca6bad27b3105c86b1fb013f1e383f6f (diff) | |
download | random_compat-d9ce298ec18f0918ac5a67d138a89fa156fb21e3.zip random_compat-d9ce298ec18f0918ac5a67d138a89fa156fb21e3.tar.gz random_compat-d9ce298ec18f0918ac5a67d138a89fa156fb21e3.tar.bz2 |
Create Issue Template
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..e6cf5b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +### Summary + + + +### Expected Outcome + + + +### What Actually Happened + + + +### Sytem Information + +* **PHP Version**: +* **random_compat version**: +* **Operating System**: + +### Common Issues + +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 |