summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug-report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..db670b2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,31 @@
+---
+name: Bug Report
+about: Report a bug encountered while using Kazoo
+
+---
+
+<!-- Please use this template while reporting a bug and provide as much info as possible. Thank you.-->
+
+
+## Expected Behavior
+
+
+## Actual Behavior
+
+
+## Snippet to Reproduce the Problem
+
+```COPY/PASTE the snippet here (omit any sensitive information)```
+
+## Logs with logging in DEBUG mode
+
+```COPY/PASTE the result of the snippet here (omit any sensitive information)```
+
+## Specifications
+
+ - Kazoo version:
+ - Result of `pip list` command:
+ - Zookeeper version:
+ - Zookeeper configuration: put here any useful ZK configuration (authentication, encryption, number of ZK members, number of (concurrent?) clients, Java version, krb5 version, etc.)
+ - Python version:
+ - OS: