Skip to content

Commit

Permalink
Adding CODEOWNERS and updating README.md
Browse files Browse the repository at this point in the history
With more informaiton about Kubenet, governance, licensing
and contributions.

Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
  • Loading branch information
CsatariGergely committed Jun 24, 2024
1 parent d12d6ff commit 743fd55
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 743fd55

Please sign in to comment.