You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ Steps to reproduce the behavior:
20
20
A clear and concise description of what you expected to happen.
21
21
22
22
**Your environment**
23
-
* Version of the NGINX Kubernetes Gateway - release version or a specific commit. The first line of the nginx-gateway container logs includes the commit info.
23
+
* Version of the NGINX Gateway Fabric - release version or a specific commit. The first line of the nginx-gateway container logs includes the commit info.
24
24
* Version of Kubernetes
25
25
* Kubernetes platform (e.g. Mini-kube or GCP)
26
-
* Details on how you expose the NGINX Gateway Pod (e.g. Service of type LoadBalancer or port-forward)
26
+
* Details on how you expose the NGINX Gateway Fabric Pod (e.g. Service of type LoadBalancer or port-forward)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/enhancement.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ labels: 'enhancement'
6
6
7
7
<!--
8
8
WARNING: Prior to submitting an enhancement request, we ask that you create a discussion. If you have not yet
9
-
created a discussion related to your request, please do so now: https://github.com/nginxinc/nginx-kubernetes-gateway/discussions/new?category=ideas
9
+
created a discussion related to your request, please do so now: https://github.com/nginxinc/nginx-gateway-fabric/discussions/new?category=ideas
10
10
-->
11
11
12
12
**Is your enhancement request related to a problem? Please describe.**
@@ -23,5 +23,5 @@ Add any other context or screenshots about the enhancement request here.
23
23
24
24
<!--
25
25
NOTE: depending on the scope of the enhancement, you may be asked to use the Enhancement Proposal
26
-
process to document your work: https://github.com/nginxinc/nginx-kubernetes-gateway/blob/main/eps/README.md
26
+
process to document your work: https://github.com/nginxinc/nginx-gateway-fabric/blob/main/eps/README.md
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+24-24
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ jobs:
121
121
collapse-after: 20
122
122
notes-header: |
123
123
*Below is the auto-generated changelog, which includes all PRs that went into the release.
124
-
For a shorter version that highlights only important changes, see [CHANGELOG.md](https://github.com/nginxinc/nginx-kubernetes-gateway/blob/{{version}}/CHANGELOG.md).*
124
+
For a shorter version that highlights only important changes, see [CHANGELOG.md](https://github.com/nginxinc/nginx-gateway-fabric/blob/{{version}}/CHANGELOG.md).*
0 commit comments