diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5c54c2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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:** +**Chart Version:** + +## Environment +- Kubernetes Version: +- Helm Version: +- Cloud Provider (if applicable): +- Installation Method: + +## Bug Description + + +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce +1. +2. +3. + +## Configuration + +```yaml +# Add your values.yaml content here +``` + +## Logs + +``` +# Add logs here +``` + +## Possible Solution + + +## Additional Context + + +## 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