Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>2017-06-15 23:26:33 +0300
committerGitHub <noreply@github.com>2017-06-15 23:26:33 +0300
commit61aba96cc7dc125ce9430285ec4add04003d9af1 (patch)
tree8811b97c1855ccb9e0fee23128b0499e45fc90cc /ISSUE_TEMPLATE.md
parent68598286dd57e2aa21b0f48a3fab39b341a9fa56 (diff)
Create ISSUE_TEMPLATE.md
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..acd04b76
--- /dev/null
+++ b/ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
+### Expected behaviour
+
+### Actual behaviour
+
+### I'm seeing this behaviour on
+- OS:
+- Redis:
+- PHP:
+- phpredis:
+
+### Steps to reproduce, backtrace or example script
+
+### I've checked
+- [ ] There is no similar issue from other users
+- [ ] Issue isn't fixed in `develop` branch