From 1b98655b338d7600994de6ce3bf6c34a9f627449 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:22:32 -0400 Subject: [PATCH] Mention that the code of conduct has placeholder values --- tutorials/add-license-coc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/add-license-coc.md b/tutorials/add-license-coc.md index eb8406fab..8eeb7e997 100644 --- a/tutorials/add-license-coc.md +++ b/tutorials/add-license-coc.md @@ -165,7 +165,7 @@ The `CODE_OF_CONDUCT.md` should be placed at the root of your project directory, > touch CODE_OF_CONDUCT.md ``` -- Visit the [contributor covenant website](https://www.contributor-covenant.org/) and add [the markdown version of their code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) to your `CODE_OF_CONDUCT.md` file. Read the text closely to ensure you both understand it and also agree with its contents! +- Visit the [contributor covenant website](https://www.contributor-covenant.org/) and add [the markdown version of their code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) to your `CODE_OF_CONDUCT.md` file. Be sure to fill in any placeholder information. Read the text closely to ensure you both understand it and also agree with its contents! That's it - you've now added a code of conduct to your package directory.