-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Loïc GREFFIER
authored
May 26, 2023
1 parent
dd777e9
commit 3e65ceb
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
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,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. |
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 @@ | ||
blank_issues_enabled: false |
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,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. |