1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 10:28:36 +00:00

Update CONTRIBUTING.md (#7872)

Signed-off-by: Pradyot Ranjan <99216956+prady0t@users.noreply.github.com>
Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
Pradyot Ranjan 2023-07-21 11:44:32 +05:30 committed by GitHub
parent d4d190bbb1
commit 629776571c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,18 @@ git push
#### Cherry-pick PRs to release branches
Once you fork the project, you will notice that there are a number of branches related to Kyverno's releases such as release-1.7. You can view the list of remote branches by using the command below:
Add repository as remote
```sh
git remote add <name> https://github.com/kyverno/kyverno
```
Then fetch the branches of remote:
```sh
git fetch <name>
```
You will notice that there are a number of branches related to Kyverno's releases such as release-1.7. You can always view the list of remote branches by using the command below:
```sh
$ git branch -r
@ -133,4 +144,4 @@ git commit -s -m 'This is my commit message'
## Release Processes
Review the Kyverno release process at: https://kyverno.io/docs/releases/
Review the Kyverno release process at: https://kyverno.io/docs/releases/