From f832c2400e9e6ae40415b7911e499dbac094c326 Mon Sep 17 00:00:00 2001 From: Saket Jajoo Date: Tue, 24 Jun 2025 23:12:46 +0000 Subject: [PATCH] Fix the template repo in the "Applying License Header to New Files" section. Signed-off-by: Saket Jajoo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b51db5c..a4b758b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,7 +81,7 @@ 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. @@ -89,7 +89,7 @@ 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,