diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..46ee3da04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Report a problem or unexpected behavior in Clawdbot. +title: "[Bug]: " +labels: bug +--- + +## Summary +What went wrong? + +## Steps to reproduce +1. +2. +3. + +## Expected behavior +What did you expect to happen? + +## Actual behavior +What actually happened? + +## Environment +- Clawdbot version: +- OS: +- Install method (pnpm/npx/docker/etc): + +## Logs or screenshots +Paste relevant logs or add screenshots (redact secrets). diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..26c896f06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +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. + - 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 new file mode 100644 index 000000000..742bf184e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea or improvement for Clawdbot. +title: "[Feature]: " +labels: enhancement +--- + +## Summary +Describe the problem you are trying to solve or the opportunity you see. + +## Proposed solution +What would you like Clawdbot to do? + +## Alternatives considered +Any other approaches you have considered? + +## Additional context +Links, screenshots, or related issues.