docs: add issue templates
This commit is contained in:
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -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).
|
||||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -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.
|
||||||
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user