You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,13 @@ As a containerd sub-project, you will find the:
52
52
information in our [`containerd/project`](https://github.com/containerd/project) repository.
53
53
```
54
54
55
+
### Non-core project documents
56
+
57
+
If your project is a non-core addition to the containerd GitHub organization, please
58
+
make the following changes to your project once approved and added:
59
+
60
+
* Clearly state in an opening sentence within your project `README.md` that "_Project X is
61
+
a **non-core** subproject of containerd_"
62
+
* Add the project details boilerplate provided above with the following two changes:
63
+
1. The first line should be modified to state: _{Some-project} is a **non-core** containerd subproject_
64
+
2. Do not link to the core `MAINTAINERS` file in `containerd/project`. That link should be modified to point to your existing non-core project `MAINTAINERS` file.
0 commit comments