-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding CODEOWNERS and updating README.md
With more informaiton about Kubenet, governance, licensing and contributions. Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
- Loading branch information
1 parent
d12d6ff
commit 743fd55
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |