From 743fd55956ed90c062c9e56f2f7d37887f589ad0 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 24 Jun 2024 11:44:58 +0300 Subject: [PATCH 1/2] Adding CODEOWNERS and updating README.md With more informaiton about Kubenet, governance, licensing and contributions. Signed-off-by: Gergely Csatari --- CODEOWNERS | 9 +++++++++ README.md | 18 +++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..515c51a --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,9 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. + +* @henderiw @steiler @hansthienpondt \ No newline at end of file diff --git a/README.md b/README.md index ad362b7..d6c89fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +![Kubenet logo](https://learn.kubenet.dev/assets/logos/Kubenet-logo-transparent-withname-100x123.png) + +[![Discord](https://img.shields.io/discord/860500297297821756?style=flat-square&label=discord&logo=discord&color=00c9ff&labelColor=bec8d2)](https://discord.gg/fH35bmcTU9) + # kubenetctl -CLI tool to help execute the kubenet exercises. +CLI tool to help execute the [Kubenet](https://learn.kubenet.dev/) exercises. + +More information about Kubenet in [learn.kubenet.dev](https://learn.kubenet.dev/). + +## Contributions + +Any contributions are welcome in the form of GitHub [issues](https://github.com/kubenet-dev/kubenetctl/issues), +[pull requests](https://github.com/kubenet-dev/kubenetctl/pulls) or discussion on +[Discord](https://discord.gg/fH35bmcTU9). + +## License and governance + +Code in the Kubenet repositories licensed with Apache License 2.0. At the moment the project is governed by the benevolent dictatorship of @henderiw @steiler @karimra and @hansthienpondt . On the long run we plan to move to a meritocracy based governance model. From 557e0a182b486efeb1a3140dd1e9c8b7df4ec31f Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Mon, 24 Jun 2024 12:19:19 +0300 Subject: [PATCH 2/2] Remove gorelease run from pr creation Signed-off-by: Gergely Csatari --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 067efd3..cd0d268 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,6 @@ on: # - main tags: - v* - pull_request: workflow_dispatch: jobs: build: