From e7999167e9aec4d6652946f6a59e8b01f6bd1f4c Mon Sep 17 00:00:00 2001 From: Michael DuBelko Date: Mon, 17 Nov 2025 13:40:42 -0800 Subject: [PATCH] docs: list 'cla-check.yaml' as optional in tutorial --- docs/tutorial/set-up.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/set-up.rst b/docs/tutorial/set-up.rst index b3b0d262..b8265b9d 100644 --- a/docs/tutorial/set-up.rst +++ b/docs/tutorial/set-up.rst @@ -35,8 +35,9 @@ Remove the files that can't be reused: Review and remove the GitHub workflows in ``.github/workflows/`` that your project might not need: -- :file:`sphinx-python-dependency-build-checks.yml` verifies Python dependencies for the documentation system. If your project has its own dependency checks, it won't need this workflow. -- :file:`markdown-style-checks.yml` runs the built-in Markdown linter. If your project already validates its Markdown files, it won't need this workflow. +- :file:`cla-check.yml` verifies whether contributors have signed the `Canonical License Agreement `_. All Canonical projects require this check, so if you're adding docs to an existing Canonical project that already has it, remove this workflow. +- :file:`sphinx-python-dependency-build-checks.yml` verifies Python dependencies for the documentation system. If your project has its own dependency checks, remove this workflow. +- :file:`markdown-style-checks.yml` runs the built-in Markdown linter. If your project already validates its Markdown files, remove this workflow. Build and run the local server