Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gh): add new style issue templates #2624

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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. -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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 -->