-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gh): add new style issue templates
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
- Loading branch information
Showing
3 changed files
with
62 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: Bug report | ||
about: Report an issue that you've found | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
##### Description | ||
|
||
<-- A clear and concise description of what the bug is and how to reproduce it. --> | ||
|
||
##### Versions | ||
|
||
<-- Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly. --> | ||
|
||
| Sarama | Kafka | Go | | ||
| ------ | ----- | --- | | ||
| | | | | ||
|
||
##### Configuration | ||
|
||
<-- What configuration values are you using for Sarama and Kafka? --> | ||
|
||
```go | ||
|
||
``` | ||
|
||
##### Logs | ||
|
||
<-- If applicable, add logs from Sarama and/or Kafka to help explain your problem. | ||
You can set `sarama.Logger` to a `log.Logger` to capture Sarama debug output. --> | ||
|
||
<details><summary>logs: CLICK ME</summary> | ||
<p> | ||
|
||
``` | ||
``` | ||
|
||
</p> | ||
</details> | ||
|
||
##### Additional Context | ||
|
||
<-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
#### Description | ||
|
||
<-- A clear and concise description of what the missing capability is, why it's a problem and what you want to happen --> | ||
|
||
#### Additional context | ||
|
||
<-- Add any other context or links to existing implementations of the feature in other Kafka clients --> | ||
<-- Please link to the relevant KIP from https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals if appropriate --> |