Browse Source

improves template formatting

This will help reviewers as most of the time go code is posted without
formatting, or big logs are pasted
Diego Alvarez 4 years ago
parent
commit
bb8051d46c
1 changed files with 14 additions and 4 deletions
  1. 14 4
      .github/ISSUE_TEMPLATE.md

+ 14 - 4
.github/ISSUE_TEMPLATE.md

@@ -1,13 +1,16 @@
 ##### Versions
 
 *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
-Sarama Version:
-Kafka Version:
-Go Version:
+
+| Sarama | Kafka | Go |
+|--------|-------|----|
+|  |  |  |
 
 ##### Configuration
 
 What configuration values are you using for Sarama and Kafka?
+``` go
+```
 
 ##### Logs
 
@@ -15,6 +18,13 @@ 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
+<details><summary>logs: CLICK ME</summary>
+<p>
 
+```
+```
 
+</p>
+</details>
+
+##### Problem Description