diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 46ee3da04..8258aec66 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 Moltbot. title: "[Bug]: " labels: bug --- @@ -20,7 +20,7 @@ What did you expect to happen? What actually happened? ## Environment -- Clawdbot version: +- Moltbot version: - OS: - Install method (pnpm/npx/docker/etc): diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 26c896f06..5bd0c94bc 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 Moltbot? 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..2c73c3e9f 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 Moltbot. 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 Moltbot to do? ## Alternatives considered Any other approaches you have considered?