Skip to content

Commit

Permalink
Merge pull request kuidio#32 from nokia/add-coc
Browse files Browse the repository at this point in the history
Adding governance documents
  • Loading branch information
henderiw authored Nov 24, 2024
2 parents b45039c + 570a399 commit 4c9c834
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.

* @henderiw @steiler @hansthienpondt
* @henderiw
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Maintainers

Current maintainers are listed in the [CODEOWNERS](CODEOWNERS) file. At the moment all maintainers are affiliated with
Nokia.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

Expand Down
6 changes: 6 additions & 0 deletions code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 4c9c834

Please sign in to comment.