mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-16 10:56:45 +00:00
25 lines
761 B
Markdown
25 lines
761 B
Markdown
# Support
|
|
|
|
Use the lightest support path that fits the request:
|
|
|
|
- **Usage questions:** start with [USAGE.md](./USAGE.md) and
|
|
[rust/README.md](./rust/README.md).
|
|
- **Bugs or regressions:** open a GitHub issue with the command, OS/shell,
|
|
expected behavior, actual behavior, and relevant non-secret output.
|
|
- **Security issues:** follow [SECURITY.md](./SECURITY.md) instead of opening a
|
|
public issue.
|
|
- **Community discussion:** use the UltraWorkers Discord linked from
|
|
[README.md](./README.md).
|
|
|
|
When asking for help, include:
|
|
|
|
```text
|
|
claw --version
|
|
claw doctor
|
|
operating system and shell
|
|
command you ran
|
|
```
|
|
|
|
Redact API keys, bearer tokens, private prompts, session transcripts, and local
|
|
paths that reveal sensitive information before sharing output.
|