Skip to content

Commit cedf4fe

Browse files
author
Zeusro
committed
Mon Jan 12 06:27:42 CST 2026
1 parent 1850173 commit cedf4fe

4 files changed

Lines changed: 12 additions & 14 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# project
2424
config.yaml
2525
operator/cmd/manager/kube-killer
26-
kubectl-kill
26+
kubectl-kill

cmd/killer/crd_killer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ func (k *CRDKiller) Kill() error {
158158
return nil
159159
}
160160

161+

docs/CONTRIBUTING.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
# How to Contribute
1+
# How to Contribute 如何贡献
22

3-
We'd love to accept your patches and contributions to this project. There are
4-
just a few small guidelines you need to follow.
3+
There are just a few small guidelines you need to follow.
4+
遵守以下准则。
55

6-
## Contributor License Agreement
6+
## Code guidelines 代码规范
77

8-
Contributions to this project must be accompanied by a Contributor License
9-
Agreement. You (or your employer) retain the copyright to your contribution;
10-
this simply gives us permission to use and redistribute your contributions as
11-
part of the project.
8+
All guidelines are bullshit.
9+
任意所至。
1210

13-
## Code reviews
11+
## Code review 代码审阅
1412

15-
All submissions, including submissions by project members, require review. We
16-
use GitHub pull requests for this purpose. Consult
17-
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
18-
information on using pull requests.
13+
After completing each feature, ensure that unit tests pass.
14+
每一个功能完成后,要确保单元测试通过。

docs/KUBECTL_PLUGIN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ kubectl kill configmap -n default -d
155155
两者功能相同,只是调用方式不同。
156156

157157

158+

0 commit comments

Comments
 (0)