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

fix product name in GitHub issue creation #10542

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/BUG-ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
- type: input
id: version
attributes:
label: K8sGateway Version
label: kgateway version
description: What version of your product are you using? Please specify a specific patch version
placeholder: eg v1.14.2
validations:
Expand All @@ -18,7 +18,7 @@ body:
id: kube-version
attributes:
label: Kubernetes Version
description: What version of Kubernetes are you using with K8sGateway?
description: What version of Kubernetes are you using with kgateway?
placeholder: eg v1.26.6
validations:
required: true
Expand Down Expand Up @@ -61,16 +61,16 @@ body:
description: Please include details about any other tools or integrations that may be relevant, and their versions
placeholder: |
eg:
Using keycloak v21.1.0 as IDP
Using argo CD v2.7.5 to manage cluster
Using Keycloak v21.1.0 as IDP
Using ArgoCD v2.7.5 to manage cluster
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Please include any additional context in the form of logs, screenshots, links, etc.
placeholder: |
eg:
Logs can be found [here](my-logs.com?runid=123)
Logs can be found [here](my-logs.example.com?runid=123)

Relevant section:
```
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/FEATURE-ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ body:
- type: input
id: version
attributes:
label: K8sGateway Version
description: What version of your product are you using? Please specify a specific patch version
label: kgateway version
description: What version of kgateway are you using? Please specify a specific patch version
placeholder: eg v1.14.2
validations:
required: true
Expand All @@ -25,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. K8sGateway should automatically [...]
placeholder: Ex. kgateway should automatically [...]
- type: textarea
id: alternatives-details
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ contact_links:
- name: Talk with us on the CNCF Slack!
url: https://slack.cncf.io/
about: "We are in the #kgateway channel!"
- name: K8sGateway Documentation
- name: kgateway Documentation
url: https://kgateway.io/docs/
about: Check out the K8sGateway docs for helpful information.
about: Check out the kgateway docs for helpful information.