소스 검색

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 6 년 전
부모
커밋
bb8051d46c
1개의 변경된 파일14개의 추가작업 그리고 4개의 파일을 삭제
  1. 14 4
      .github/ISSUE_TEMPLATE.md

+ 14 - 4
.github/ISSUE_TEMPLATE.md

@@ -1,13 +1,16 @@
 ##### Versions
 ##### Versions
 
 
 *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.*
 *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
 ##### Configuration
 
 
 What configuration values are you using for Sarama and Kafka?
 What configuration values are you using for Sarama and Kafka?
+``` go
+```
 
 
 ##### Logs
 ##### 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
 possible. You can set `sarama.Logger` to a `log.Logger` to capture Sarama debug
 output.
 output.
 
 
-##### Problem Description
+<details><summary>logs: CLICK ME</summary>
+<p>
 
 
+```
+```
 
 
+</p>
+</details>
+
+##### Problem Description