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

Update issue templates for ngrok Kubernetes Operator rename #443

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file registers ownership for certain parts of the ngrok ingress controller code.
# This file registers ownership for certain parts of the ngrok-operator code.
# Review from a member of the corresponding code owner is required to merge pull requests.
#
# The last matching pattern takes precedence.
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: ngrok Ingress Controller Feature Request
name: Feature Request
description: Suggest an idea for this project
labels: ["enhancement", "needs-triage"]
body:
Expand All @@ -8,7 +8,7 @@ body:
value: |
Thanks for taking the time to fill out this feature request!

We really appreciate the community efforts to improve the ngrok Ingress Controller.
We really appreciate the community efforts to improve the ngrok Kubernetes Operator.

- type: textarea
attributes:
Expand All @@ -27,4 +27,4 @@ body:
description: Are there any related issues?
- type: markdown
attributes:
value: "Thank you for help in improving the ngrok Ingress Controller!"
value: "Thank you for help in improving the ngrok Kubernetes Operator!"
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/helm_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ngrok Ingress Controller Helm Chart Bug Report
description: Report an issue in the ngrok Ingress Controller Helm Chart
name: Helm Chart Bug Report
description: Report an issue in the ngrok Kubernetes Operator Helm Chart
labels: ["bug", "area/helm-chart", "needs-triage"]
body:
- type: markdown
Expand All @@ -14,12 +14,14 @@ body:
attributes:
label: Kubernetes Version
description: Which Kubernetes Version do you use?
validations:
required: true
placeholder: >
Run `$ kubectl version` and copy the output here.
- type: input
attributes:
label: Helm Chart Version
description: Which version of the Helm chart do you use?
placeholder: >
Run `$ helm list --all-namespace --filter ngrok` and copy the output here.
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -54,4 +56,4 @@ body:
precisely as possible. It will greatly help us in figuring out the root cause of the problem and fixing it.
- type: markdown
attributes:
value: "Thank you for help in improving the ngrok Ingress Controller Helm Chart!"
value: "Thank you for help in improving the ngrok Kubernetes Operator Helm Chart!"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ngrok Ingress Controller Bug Report
description: Report an issue in the ngrok Ingress Controller
name: Operator Bug Report
description: Report an issue in the ngrok Kubernetes Operator
labels: ["bug", "area/controller", "needs-triage"]
body:
- type: markdown
Expand All @@ -14,34 +14,40 @@ body:
attributes:
label: Kubernetes Version
description: Which Kubernetes Version do you use?
placeholder: >
Run `$ kubectl version` and copy the output here.
validations:
required: true
- type: input
attributes:
label: Helm Chart Version
description: Which version of the Helm chart do you use?
placeholder: >
Run `$ helm list --all-namespace --filter ngrok` and copy the output here.
validations:
required: true
- type: input
attributes:
label: Ingress Controller Version
description: Which version of the Ingress controller do you use?
label: Operator Configuration
description: What is the deployed OperatorConfiguration?
placeholder: >
Run `$ kubectl describe --all-namespaces OperatorConfigurations.ngrok.k8s.ngrok.com
validations:
required: true
- type: textarea
attributes:
label: System Info
description: We want to know your OS, architecture etc.
placeholder: >
Run `uname -a` or `systeminfo` and copy the output here.
Run `$ uname -a` or `$ systeminfo` and copy the output here.
validations:
required: true
- type: textarea
attributes:
label: Kubernetes Logs
description: We want to see relevant kubernetes logs showing error messages or helpful debugging information
placeholder: >
Run `kubectl logs -l app.kubernetes.io/name=ngrok-operator` and copy the output here.
Run `$ kubectl logs -l app.kubernetes.io/name=ngrok-operator` and copy the output here.
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -76,4 +82,4 @@ body:
precisely as possible. It will greatly help us in figuring out the root cause of the problem and fixing it.
- type: markdown
attributes:
value: "Thank you for help in improving the ngrok Ingress Controller!"
value: "Thank you for help in improving the ngrok Kubernetes Operator!"
Loading