Skip to content

Commit

Permalink
Added issue templates (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc GREFFIER authored May 26, 2023
1 parent dd777e9 commit 3e65ceb
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---

## Describe the bug
A clear and concise description of what the bug is.

## To Reproduce
Steps to reproduce the behavior:

1. Create a .yml resource file as '...'
2. Apply the resource '....'
3. Get the resource '....'
4. See error

## Expected behavior
A clear and concise description of what you expected to happen.

## Environment (please complete the following information):

- Kafkactl distribution and version [e.g. Windows, v1.11.1]

If known:
- Ns4Kafka version: [e.g. v1.11.0]
- Kafka broker type and version [e.g. Confluent Cloud broker, v7.3.0]

## Steps taken to try and solve the problem
Describe the steps you've already taken to try and solve the problem, including any error messages you received or troubleshooting steps you attempted.

## Additional context
Add any other context about the problem here.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest a new feature or an enhancement for this project
labels: enhancement, new feature
---

## Problem
A clear and concise description of what the problem is. Ex. "I'm always frustrated when..."

## Suggestion
A clear and concise description of what you want to happen.

## Alternatives Considered
A clear and concise description of any alternative solutions or features you've considered.

## Additional Context
Add any other context or screenshots about the feature request here.

0 comments on commit 3e65ceb

Please sign in to comment.