Browse Source

Add issue template

Also hide it and `CONTRIBUTING.md` in `.github/`
Evan Huus 9 years ago
parent
commit
f402b6db0b
2 changed files with 19 additions and 0 deletions
  1. 0 0
      .github/CONTRIBUTING.md
  2. 19 0
      .github/ISSUE_TEMPLATE.md

+ 0 - 0
CONTRIBUTING.md → .github/CONTRIBUTING.md


+ 19 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,19 @@
+##### Versions
+
+Sarama Version:
+Kafka Version:
+Go Version:
+
+##### Configuration
+
+What configuration values are you using for Sarama and Kafka?
+
+##### Logs
+
+When filing an issue please provide logs from Sarama and Kafka if at all
+possible. You can set `sarama.Logger` to a `log.Logger` to capture Sarama debug
+output.
+
+##### Problem Description
+
+