File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -58,4 +58,19 @@ Then you just add a line to every git commit message:
5858Use your real name (sorry, no pseudonyms or anonymous contributions.)
5959
6060If 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+
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ version: 0.7.0
2020# It is recommended to use it with quotes.
2121appVersion : " 0.7.0"
2222# # TODO: not sure how we want to manage this version
23- kubeVersion : " >=1.28.0"
23+ # kubeVersion: ">=1.28.0"
You can’t perform that action at this time.
0 commit comments