Skip to content

Commit d2ce1bc

Browse files
dmcgowanpull[bot]
authored andcommitted
Add core and internal root packages
Signed-off-by: Derek McGowan <[email protected]>
1 parent 72e2731 commit d2ce1bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ configuration and build files, no source files will be accepted in root since co
5959
- `client` - All Go files for the containerd client (formerly in `containerd/containerd` root in 1.x)
6060
- `cmd` - All Go main packages and the packages used only for that main package
6161
- `contrib` - Files, configurations, and packages related to external tools or libraries
62+
- `core` - Core Go packages with interface definitions and built-in implementations
6263
- `docs` - All containerd technical documentation using markdown
64+
- `internal` - All utility packages used by containerd and not intended for direct import
6365
- `man`- All containerd reference manuals used for the `man` command
64-
- `pkg` - All Go packages shared and used by other containerd packages.
66+
- `pkg` - Non-core Go packages used by clients and other containerd packages
6567
- `plugins` - All included containerd plugins which are registered via init
6668
- `releases` - All release note files
6769
- `script` - All scripts used for testing, development, and CI

0 commit comments

Comments
 (0)