Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upd bug template to use label 'bug'; ask for flux logs #996

Merged
merged 2 commits into from
Nov 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'type/bug'
labels: 'bug'
assignees: ''

---
JamWils marked this conversation as resolved.
Show resolved Hide resolved

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

**What is the severity of the bug**
Please add a label for this ticket indicating the severity of this bug.

| Label | Description |
| --- | --- |
| severity/Critical | Weave GitOps is crashing or experiencing data loss, and there is no known workaround |
| severity/Major | Weave Gitops functionality is broken, there is a workaround, and the workaround requires significant effort |
| severity/Minor | Weave Gitops functionality is broken, but there is a workaround |
| severity/Low | Doesn’t affect primary flow/functionality but would be good to fix |



**Environment**
- gitops: [e.g. v0.1.0]
- kubernetes: [e.g. 1.20.4]
Expand Down Expand Up @@ -39,6 +51,7 @@ If applicable, add logs to help explain your problem. _please compress the outpu
- [ ] Events from wego-* namespaces
- [ ] `kubectl cluster-info dump`
- [ ] Prometheus alerts
- [ ] Flux logs

**Screenshots**
If applicable, add screenshots to help explain your problem.
Expand Down