Skip to content

Commit

Permalink
Add bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdots committed Dec 4, 2024
1 parent 12c6176 commit 0fb6125
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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

0 comments on commit 0fb6125

Please sign in to comment.