-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
61 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,61 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug in a Wrale Helm chart | ||
title: '[BUG] ' | ||
labels: ['bug', 'triage'] | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Affected Chart | ||
**Chart Name:** <!-- e.g., app-chart --> | ||
**Chart Version:** <!-- e.g., 1.2.3 --> | ||
|
||
## Environment | ||
- Kubernetes Version: <!-- e.g., 1.24.0 --> | ||
- Helm Version: <!-- e.g., 3.13.0 --> | ||
- Cloud Provider (if applicable): <!-- e.g., GKE, EKS, AKS --> | ||
- Installation Method: <!-- e.g., helm install, flux, argocd --> | ||
|
||
## Bug Description | ||
<!-- A clear and concise description of the bug --> | ||
|
||
## Expected Behavior | ||
<!-- What you expected to happen --> | ||
|
||
## Actual Behavior | ||
<!-- What actually happened --> | ||
|
||
## Steps to Reproduce | ||
1. <!-- First Step --> | ||
2. <!-- Second Step --> | ||
3. <!-- Additional Steps --> | ||
|
||
## Configuration | ||
<!-- Relevant values.yaml content or helm install command --> | ||
```yaml | ||
# Add your values.yaml content here | ||
``` | ||
|
||
## Logs | ||
<!-- Any relevant logs, error messages, or command output --> | ||
``` | ||
# Add logs here | ||
``` | ||
|
||
## Possible Solution | ||
<!-- Optional: Suggest a fix or reason for the bug --> | ||
|
||
## Additional Context | ||
<!-- Add any other context about the problem here --> | ||
|
||
## Impact | ||
- [ ] Development/Testing | ||
- [ ] Production System | ||
- [ ] Critical Production System | ||
|
||
## Checklist | ||
- [ ] I have searched for similar issues | ||
- [ ] I have provided all required information | ||
- [ ] I have included relevant logs and error messages | ||
- [ ] I have verified this with the latest chart version |