From 70ecc8a5786ab12b10cc150ea86c55e485fcc2e5 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Fri, 18 Jul 2025 17:02:39 -0700 Subject: [PATCH] Add maintainers file Signed-off-by: Derek McGowan --- MAINTAINERS | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..b9a1dec6 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,13 @@ +# NRI project maintainers +# +# See https://github.com/containerd/project/blob/main/GOVERNANCE.md#maintainership for committer versus reviewer roles +# +# Core containerd maintainers are also maintainers of the NRI project, +# see https://github.com/containerd/project/blob/main/MAINTAINERS +# +# COMMITTERS +# GitHub ID, Name, Email address,GPG fingerprint +"klihub","Krisztian Litkey","krisztian.litkey@intel.com","" +# +# REVIEWERS +# GitHub ID, Name, Email address, GPG fingerprint diff --git a/README.md b/README.md index 17268f3d..a9a25913 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ nri is a containerd sub-project, licensed under the [Apache 2.0 license](./LICEN As a containerd sub-project, you will find the: * [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md), - * [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS), + * [Maintainers](./MAINTAINERS), * and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md) information in our [`containerd/project`](https://github.com/containerd/project) repository.