Skip to content

Commit b716606

Browse files
committed
some fixes
1 parent a35d9e5 commit b716606

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,19 @@ Then you just add a line to every git commit message:
5858
Use your real name (sorry, no pseudonyms or anonymous contributions.)
5959

6060
If you set your `user.name` and `user.email` git configs, you can sign your
61-
commit automatically with `git commit -s`.
61+
commit automatically with `git commit -s`.
62+
63+
## Code Style
64+
65+
We use [Conventional Commits](https://www.conventionalcommits.org/) for our commit messages.
66+
67+
## Python
68+
69+
We use [Black](https://github.com/psf/black) for Python code style.
70+
For testing, we use [pytest](https://docs.pytest.org/en/stable/).
71+
72+
## Golang
73+
74+
We use [gofmt](https://pkg.go.dev/cmd/gofmt) for Golang code style.
75+
For testing, we use [Ginkgo](https://github.com/onsi/ginkgo) and [Gomega](https://github.com/onsi/gomega).
76+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright The Helm Authors.
190+
Copyright (c) NVIDIA CORPORATION. All rights reserved.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.7.0
2020
# It is recommended to use it with quotes.
2121
appVersion: "0.7.0"
2222
## TODO: not sure how we want to manage this version
23-
kubeVersion: ">=1.28.0"
23+
#kubeVersion: ">=1.28.0"

0 commit comments

Comments
 (0)