Issue Reporting Guide¶
Use this guide when filing bugs, regressions, or behavior questions that need maintainer attention.
For the current boundaries between issues, pull requests, and private security reports, see support-policy.md.
What To Include¶
Please include:
- The exact command you ran.
- The
cl-weaveversion or commit if you are testing a local checkout. - The Common Lisp implementation and version.
- Your operating system and shell if the issue touches the CLI.
- The expected result and the actual result.
- The smallest reproducer you can provide.
- Any machine-readable metadata or reporter output that shows the failure.
For CLI or metadata issues, capture the command output directly when possible:
Report Template¶
Use this structure if you want a minimal report that is easy to triage:
- Summary:
- Environment:
- cl-weave version or commit:
- Common Lisp implementation and version:
- Operating system and architecture:
- Shell or terminal, if relevant:
- Command:
- Expected:
- Actual:
- Reproducer:
- Extra output:
- metadata:
- reporter output:
- logs:
Good Bug Reports¶
A good report should let a maintainer reproduce the issue without guessing. Prefer a single failing command, a minimal test case, or a tiny fixture over a large project archive.
If the issue only appears in one reporter, one matcher, or one isolation mode, say so explicitly. That helps narrow the problem to the right layer quickly.
Security-Sensitive Reports¶
If the problem involves unintended shell execution, path traversal, unsafe snapshot writes, or subprocess isolation escapes, report it through the security process instead of opening a public issue.
Use private GitHub security advisories for the current reporting policy.