From 84a488d911ca3d09b2e9e8e54e4c4b9afe0bc2dc Mon Sep 17 00:00:00 2001 From: ThanhNguyxn Date: Fri, 30 Jan 2026 13:41:03 +0700 Subject: [PATCH] docs: update issue templates for OpenClaw --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 46ee3da04..bba6eb81e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Report a problem or unexpected behavior in Clawdbot. +about: Report a problem or unexpected behavior in OpenClaw. title: "[Bug]: " labels: bug --- @@ -20,7 +20,7 @@ What did you expect to happen? What actually happened? ## Environment -- Clawdbot version: +- OpenClaw version: - OS: - Install method (pnpm/npx/docker/etc): diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 26c896f06..e5943b895 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: true contact_links: - name: Onboarding url: https://discord.gg/clawd - about: New to Clawdbot? Join Discord for setup guidance from Krill in #help. + about: New to OpenClaw? Join Discord for setup guidance from Krill in #help. - name: Support url: https://discord.gg/clawd about: Get help from Krill and the community on Discord in #help. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 742bf184e..34a08983b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea or improvement for Clawdbot. +about: Suggest an idea or improvement for OpenClaw. title: "[Feature]: " labels: enhancement --- @@ -9,7 +9,7 @@ labels: enhancement Describe the problem you are trying to solve or the opportunity you see. ## Proposed solution -What would you like Clawdbot to do? +What would you like OpenClaw to do? ## Alternatives considered Any other approaches you have considered?