AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
69
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
69
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
name: 🐛 Bug Report
|
||||
description: Something isn't working right
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for reporting! The more detail you give, the faster we can fix it.
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: ClawdTalk Client Version
|
||||
description: "Run `cat skills/clawdtalk-client/SKILL.md | head -5` to find it"
|
||||
placeholder: "e.g. 1.3.0"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Component
|
||||
options:
|
||||
- Voice Calls (Inbound)
|
||||
- Voice Calls (Outbound)
|
||||
- SMS
|
||||
- WebSocket Connection
|
||||
- Setup / Installation
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
placeholder: "Describe the bug. What did you expect vs what actually happened?"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
placeholder: |
|
||||
1. Run `./scripts/connect.sh start`
|
||||
2. Call the number
|
||||
3. ...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs / Error output
|
||||
description: "Run with `DEBUG=1` if possible"
|
||||
render: shell
|
||||
|
||||
- type: input
|
||||
id: os
|
||||
attributes:
|
||||
label: OS
|
||||
placeholder: "e.g. macOS 15.3, Ubuntu 24.04"
|
||||
|
||||
- type: input
|
||||
id: openclaw-version
|
||||
attributes:
|
||||
label: OpenClaw Version
|
||||
placeholder: "Run `openclaw --version`"
|
||||
5
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 💬 OpenClaw Community
|
||||
url: https://discord.gg/StGHNHNc
|
||||
about: Chat with the community on Discord
|
||||
51
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
51
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
name: 💡 Feature Request
|
||||
description: Suggest a new feature or improvement
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Got an idea? We'd love to hear it.
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What problem does this solve?
|
||||
placeholder: "I want to... but currently I can't because..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Proposed solution
|
||||
placeholder: "Describe what you'd like to happen"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Alternatives considered
|
||||
placeholder: "Any workarounds you've tried or other approaches?"
|
||||
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Area
|
||||
options:
|
||||
- Voice Calls
|
||||
- SMS
|
||||
- WebSocket / Connection
|
||||
- Authentication / Security
|
||||
- CLI / Scripts
|
||||
- Documentation
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Additional context
|
||||
placeholder: "Screenshots, links, examples, anything helpful"
|
||||
22
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
22
skills/clawdtalk-client/.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: ❓ Question
|
||||
description: Ask a question about setup, usage, or anything else
|
||||
labels: ["question"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
No dumb questions. Ask away.
|
||||
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: Your question
|
||||
placeholder: "What do you want to know?"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Context
|
||||
placeholder: "What are you trying to do? What have you tried?"
|
||||
Reference in New Issue
Block a user