Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ your chapter weird.

If you submit a contribution that adds a new file, please add the license
header. You can do so manually or use the `ltag` tool. The `ltag` templates
for filetypes are in the `containerd/project` repository but the files you want
for filetypes are in the `containerd/project-checks` repository but the files you want
to tag are most likely in the main containerd project or any of the possible
subprojects. You can pass the path to the project repo root to `ltag` but you
should run `ltag` in the directory where you have new files.


```console
$ go get github.com/kunalkushwaha/ltag
$ ltag -t {containerd/project rootdir}/script/validate/template
$ ltag -t {containerd/project-checks rootdir}/script/validate/template
```

The above will add the appropriate license header to Go language source files,
Expand Down