mirror of https://github.com/containerd/nri.git
Add maintainers file
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
c753be17ba
commit
70ecc8a578
|
|
@ -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
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue