Skip to content

Commit

Permalink
issue template cleanup (#10436)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgadban authored Jan 13, 2025
1 parent fb2ad86 commit 57783da
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 142 deletions.
14 changes: 2 additions & 12 deletions .github/ISSUE_TEMPLATE/BUG-ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ body:
attributes:
value: |
**Note**: This is a public repo. Be sure to obscure or redact any sensitive information.
- type: dropdown
id: product
attributes:
label: Gloo Edge Product
description: Which Edge product are you using?
options:
- Open Source
- Enterprise
validations:
required: true
- type: input
id: version
attributes:
label: Gloo Edge Version
label: K8sGateway Version
description: What version of your product are you using? Please specify a specific patch version
placeholder: eg v1.14.2
validations:
Expand All @@ -28,7 +18,7 @@ body:
id: kube-version
attributes:
label: Kubernetes Version
description: What version of Kubernetes are you using with Gloo Edge?
description: What version of Kubernetes are you using with K8sGateway?
placeholder: eg v1.26.6
validations:
required: true
Expand Down
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/CI-ISSUE.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/DOCS-ISSUE.yml

This file was deleted.

14 changes: 2 additions & 12 deletions .github/ISSUE_TEMPLATE/FEATURE-ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ body:
attributes:
value: |
**Note**: This is a public repo. Be sure to obscure or redact any sensitive information.
- type: dropdown
id: product
attributes:
label: Gloo Edge Product
description: Which Edge product are you using?
options:
- Open Source
- Enterprise
validations:
required: true
- type: input
id: version
attributes:
label: Gloo Edge Version
label: K8sGateway Version
description: What version of your product are you using? Please specify a specific patch version
placeholder: eg v1.14.2
validations:
Expand All @@ -35,7 +25,7 @@ body:
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
placeholder: Ex. Gloo should automatically [...]
placeholder: Ex. K8sGateway should automatically [...]
- type: textarea
id: alternatives-details
attributes:
Expand Down
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/TECH_DEBT.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Talk with us on Slack
url: https://slack.solo.io
about: For a fast response, consider asking your question on the Solo slack.
- name: Solo.io Documentation
url: https://docs.solo.io/gloo-edge/latest/guides
about: Check out the Gloo Edge docs for helpful information.
- name: Talk with us on the CNCF Slack!
url: https://slack.cncf.io/
about: "We are in #k8sgateway channel!"
- name: K8sGateway Documentation
url: https://k8sgateway.io/docs/
about: Check out the K8sGateway docs for helpful information.

0 comments on commit 57783da

Please sign in to comment.