diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 100644 index 0000000..0c0f9f2 --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1,12 @@ +# Adopters + +This file lists the adopters of Kuid. + +## Demos + +* [Kubenet](https://learn.kubenet.dev/) heavily uses Kuid (disclaimer: Kubenet and Kuid are designed and implemented by + the same team) + +## Productions + +This is an empty list at the moment. \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index 4060934..fdec2d8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,4 +6,4 @@ # @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 +* @henderiw \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c2a4478 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Report problems as issues + +We use the [issues](https://github.com/kuidio/kuid/issues) in this repository to track errors and fature requests. + +# Contribute with Pull Requests + +Create a [PR](https://github.com/kuidio/kuid/pulls) to this repo to propose code changes. + +# Coding standards + +Always run `make lint` and correct the errors before submitting a PR. \ No newline at end of file diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..c2cee69 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,4 @@ +# Maintainers + +Current maintainers are listed in the [CODEOWNERS](CODEOWNERS) file. At the moment all maintainers are affiliated with +Nokia. \ No newline at end of file diff --git a/README.md b/README.md index e6b96e1..ea150d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![KUID logo](assets/logos/KUID-logo-100x123.png) +![KUID logo](https://kuidio.github.io/docs/assets/logos/KUID-logo-100x123.png) # Kuid (Kubernetes Identities) @@ -22,6 +22,7 @@ For more information consult to [https://kuidio.github.io/docs/](https://kuidio. * join [our discord server](https://discord.gg/fH35bmcTU9) * raise [an issue](https://github.com/kuidio/kuid/issues) * create a [pull request](https://github.com/kuidio/kuid/pulls) +* [how to contribute](CONTRIBUTING.md) ## License and governance diff --git a/code-of-conduct.md b/code-of-conduct.md new file mode 100644 index 0000000..2fc1798 --- /dev/null +++ b/code-of-conduct.md @@ -0,0 +1,6 @@ +Kuid Community Code of Conduct + +Kuid follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the +[CODEOWNERS](CODEOWNERS). \ No newline at end of file