diff options
-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 |