From c04a40d92ca4f2657fdbdb426b2ca803e473e00d Mon Sep 17 00:00:00 2001 From: "openclaw-clownfish[bot]" <280122609+openclaw-clownfish[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:41:28 +0000 Subject: [PATCH] meta(issue-template): add dedicated docs bug report form --- .github/ISSUE_TEMPLATE/docs_bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs_bug_report.yml b/.github/ISSUE_TEMPLATE/docs_bug_report.yml index 020cddf74a40..7ce11314736c 100644 --- a/.github/ISSUE_TEMPLATE/docs_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/docs_bug_report.yml @@ -21,9 +21,9 @@ body: - type: input id: doc_paths attributes: - label: Affected docs path(s) - description: Repo-relative docs file path(s). - placeholder: docs/gateway/config-channels.md + label: Affected docs path(s) or URL(s) + description: Repo-relative docs file path(s) or published docs URL(s). + placeholder: docs/gateway/config-channels.md or https://docs.openclaw.ai/gateway/config-channels validations: required: true - type: textarea