From 1ae1893ff19b281521da13cac68971ead2d06264 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 29 Jun 2026 14:15:29 +0200 Subject: [PATCH 1/2] Add CODE_OF_CONDUCT Follow CNCF guideline for the project repository. Signed-off-by: Alice Frosi --- CODE_OF_CONDUCT.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..3ade40a --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,4 @@ +# Bootc Operator Project Code of Conduct + +The Bootc operator project has adopted the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). +All community members, contributors, and participants in the Bootc project project are expected to abide by this Code of Conduct. This includes respectful treatment of everyone, regardless of their background or identity. From b620dbdc5eb5dfdc0c9d2d1ecf373f01f70ac7dd Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 29 Jun 2026 14:37:10 +0200 Subject: [PATCH 2/2] Add MAINTAINERS.md List the maintainers of the repository. Signed-off-by: Alice Frosi --- MAINTAINERS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..7e0bc04 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,6 @@ +The current Maintainers Group for the Bootc operator Project consists of: + +| Name | GitHub ID | Employer | Responsibilities | +| ------------- | ---------------------------------------------------------------| ---------- | ---------------- | +| Jonathan Lebon| [jlebon](https://github.com/orgs/bootc-dev/people/jlebon) | Red Hat | Approver | +| Alice Frosi | [alicefr](https://github.com/orgs/bootc-dev/people/alicefr) | Red Hat | Approver |