Skip to content

Commit

Permalink
Just leaving a single bug template instead of the existing three one (#…
Browse files Browse the repository at this point in the history
…3378)

* added single bug template

* removing the other ones

* adding assignees and other reformatting

* medium severity as default

* team also as label

* setting to product-management team

* adding versions
  • Loading branch information
enekofb authored Oct 4, 2023
1 parent 8aa7fd6 commit f029f71
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 147 deletions.
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/acceptance_bug_report.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Use this issue when something is not working as expected.
title: ''
labels: ["bug","severity_medium", "team/product-management"]
assignees: []

---
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->


**To Reproduce**
<!-- Steps to reproduce the behaviour. -->


**Actual behaviour**
<!-- A clear and concise description of the resulting behaviour. -->


**Expected behaviour**
<!-- A clear and concise description of what you expected to happen. -->


**Additional context**
<!-- Add any other context about the problem here. For example whether it was found in a release or during testing.-->

- Weave GitOps version:
- Kubernetes version:

49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/regression_bug_report.md

This file was deleted.

52 changes: 0 additions & 52 deletions .github/ISSUE_TEMPLATE/release_bug_report.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Information
- User docs at https://docs.gitops.weave.works
- Architecture [docs/architecture/](./docs/architecture/)
- Swagger API is available [here](./cmd/clusters-service/api/cluster_services.swagger.json).

0 comments on commit f029f71

Please sign in to comment.