Skip to content

Commit 21e821e

Browse files
authored
Add missing commas, correction of spelling errors (#3761)
Signed-off-by: Anton Patsev <[email protected]>
1 parent 608d032 commit 21e821e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ labels: kind/bug
1313
## Steps to Reproduce the Problem
1414

1515
1.
16-
1.
17-
1.
16+
2.
17+
3.
1818

1919
## Additional Info
2020

.github/ISSUE_TEMPLATE/feature-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ labels: kind/feature
1010

1111
## Use case
1212

13-
<!-- Please add a concrete use case to demonstrate how such a feature would add value for the user. If you don't have a use case for your feature, please remove this section (however providing a good use case increases the likelihood to be picked up) -->
13+
<!-- Please add a concrete use case to demonstrate how such a feature would add value for the user. If you don't have a use case for your feature, please remove this section (however, providing a good use case increases the likelihood to be picked up) -->

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141
with:
4242
# We must fetch at least the immediate parents so that if this is
43-
# a pull request then we can checkout the head.
43+
# a pull request, then we can checkout the head.
4444
fetch-depth: 2
4545

4646
- uses: actions/setup-go@v5
@@ -60,7 +60,7 @@ jobs:
6060
# Prefix the list here with "+" to use these queries and those in the config file.
6161
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6262

63-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6464
# If this step fails, then you should remove it and run the build manually (see below)
6565
# - name: Autobuild
6666
# uses: github/codeql-action/autobuild@v2

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* [669ed067](https://github.com/kubeovn/kube-ovn/commit/669ed067e0374344a2b86a8eacb8ad14b3ca0cf3) ci: collect ko logs for all kind clusters (#3744)
1010
* [b9224483](https://github.com/kubeovn/kube-ovn/commit/b9224483defc22663368bad0ac6e00ec596f524c) ci: fix ovn ic log file name (#3742)
1111
* [5e5fd728](https://github.com/kubeovn/kube-ovn/commit/5e5fd728d06d7b3f4c7dabc853f3cae10c45d267) ci: bump kind and node image
12-
* [cc8c9ab6](https://github.com/kubeovn/kube-ovn/commit/cc8c9ab664b19adbcd4ef95a6f23468c393b7e9d) update chart relase action workflow (#3728,#3734,#3691) (#3738)
12+
* [cc8c9ab6](https://github.com/kubeovn/kube-ovn/commit/cc8c9ab664b19adbcd4ef95a6f23468c393b7e9d) update chart release action workflow (#3728,#3734,#3691) (#3738)
1313
* [b3d8fca7](https://github.com/kubeovn/kube-ovn/commit/b3d8fca7d21e88708fedbb0095ccf7d229714ef8) remove invalid ovs build option (#3733)
1414
* [2aa3311e](https://github.com/kubeovn/kube-ovn/commit/2aa3311e92ba54d4285c904016db89877243b361) dpdk: remove unnecessary ovn patch (#3736)
1515
* [8e0e4b17](https://github.com/kubeovn/kube-ovn/commit/8e0e4b17fd08891a5bd3dd98a6d7c9855ef5cbe2) Fix: Resolve issue with skipped execution of sg annotations (#3700)

GOVERNANCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the project succeed.
3131
a Maintainer or Owner, then this section should instead be a reference to that
3232
documentation -->
3333

34-
To become a Maintainer you need to demonstrate the following:
34+
To become a Maintainer, you need to demonstrate the following:
3535

3636
* commitment to the project:
3737
* participate in discussions, contributions, code and documentation reviews

charts/kube-ovn/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ machine:
3232
- name: openvswitch
3333
```
3434

35-
and use the following options for install this Helm-chart:
35+
and use the following options to install this Helm-chart:
3636

3737
```
3838
--set cni_conf.MOUNT_LOCAL_BIN_DIR=false

0 commit comments

Comments
 (0)