Skip to content

Commit 78c7b63

Browse files
committed
chore(gh): add new style issue templates
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
1 parent c7e6bca commit 78c7b63

File tree

3 files changed

+62
-30
lines changed

3 files changed

+62
-30
lines changed

.github/ISSUE_TEMPLATE.md

-30
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug report
3+
about: Report an issue that you've found
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
##### Description
11+
12+
<-- A clear and concise description of what the bug is and how to reproduce it. -->
13+
14+
##### Versions
15+
16+
<-- Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly. -->
17+
18+
| Sarama | Kafka | Go |
19+
| ------ | ----- | --- |
20+
| | | |
21+
22+
##### Configuration
23+
24+
<-- What configuration values are you using for Sarama and Kafka? -->
25+
26+
```go
27+
28+
```
29+
30+
##### Logs
31+
32+
<-- If applicable, add logs from Sarama and/or Kafka to help explain your problem.
33+
You can set `sarama.Logger` to a `log.Logger` to capture Sarama debug output. -->
34+
35+
<details><summary>logs: CLICK ME</summary>
36+
<p>
37+
38+
```
39+
```
40+
41+
</p>
42+
</details>
43+
44+
##### Additional Context
45+
46+
<-- Add any other context about the problem here. -->
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
#### Description
10+
11+
<-- A clear and concise description of what the missing capability is, why it's a problem and what you want to happen -->
12+
13+
#### Additional context
14+
15+
<-- Add any other context or links to existing implementations of the feature in other Kafka clients -->
16+
<-- Please link to the relevant KIP from https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals if appropriate -->

0 commit comments

Comments
 (0)