Skip to content

Commit

Permalink
chore(gh): add new style issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
  • Loading branch information
dnwe committed Aug 24, 2023
1 parent c7e6bca commit 78c7b63
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 30 deletions.
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 -->

0 comments on commit 78c7b63

Please sign in to comment.