diff --git a/.github/ISSUE_TEMPLATE/acceptance_bug_report.md b/.github/ISSUE_TEMPLATE/acceptance_bug_report.md deleted file mode 100644 index 181f1262f..000000000 --- a/.github/ISSUE_TEMPLATE/acceptance_bug_report.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: Acceptance Bug Report -about: Template for bugs found during Acceptance Testing -title: '' -labels: ["bug_acceptance", "team/pesto"] -assignees: '' - ---- - - -**WGE Story/Feature:** - - -**Priority** - - low - - medium - - high - -**Severity** - - low - - medium - - high - - critical - - -**Describe the bug** - - - -**To Reproduce** - - - -**Actual behaviour** - - - -**Expected behaviour** - - - -**Test Environment** - - - -**Additional context** diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..b985e04e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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** + + + +**To Reproduce** + + + +**Actual behaviour** + + + +**Expected behaviour** + + + +**Additional context** + + +- Weave GitOps version: +- Kubernetes version: + diff --git a/.github/ISSUE_TEMPLATE/regression_bug_report.md b/.github/ISSUE_TEMPLATE/regression_bug_report.md deleted file mode 100644 index 3ee372966..000000000 --- a/.github/ISSUE_TEMPLATE/regression_bug_report.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -name: Regression Bug report -about: Template for bugs found in regression testing done on main -title: '' -labels: ["bug_regression", "team/pesto"] -assignees: '' - ---- - -**Kubernetes release:** - - -**Priority** - - low - - medium - - high - -**Severity** - - low - - medium - - high - - critical - - -**Describe the bug** - - - -**To Reproduce** - - - -**Actual behaviour** - - - -**Expected behaviour** - - -**Cloud provider:** - - AWS - - Azure - - Equinix - - GCP - - VMware - - LiquidMetal - - -**Additional context** diff --git a/.github/ISSUE_TEMPLATE/release_bug_report.md b/.github/ISSUE_TEMPLATE/release_bug_report.md deleted file mode 100644 index c02388d1b..000000000 --- a/.github/ISSUE_TEMPLATE/release_bug_report.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -name: Release Bug report -about: Template for bugs found in a specific release -title: '' -labels: ["bug_release", "team/pesto"] -assignees: '' - ---- - -**WGE release:** - - -**Kubernetes release:** - - -**Priority** - - low - - medium - - high - -**Severity** - - low - - medium - - high - - ctritical - - -**Describe the bug** - - - -**To Reproduce** - - - -**Actual behaviour** - - - -**Expected behaviour** - - -**Cloud provider:** - - AWS - - Azure - - Equinix - - GCP - - VMware - - LiquidMetal - - -**Additional context** diff --git a/README.md b/README.md index c90a79b6e..2a8cb9224 100644 --- a/README.md +++ b/README.md @@ -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). +