Skip to main content

Before filing a bug

  1. Search existing issues; it may already be reported or fixed
  2. Check the changelog to see if it was recently fixed in a version you haven’t updated to
  3. Try reproducing on the latest version: pip install --upgrade gitagent or npm update -g @lyzr/langship

Which repo?

File the issue in the correct repository:
Issue typeRepo
Control Plane bug or featureLyzrCore/langship
GitAgent bug or featureopen-gitagent/gitagent
OpenGAP feedbackopen-gitagent/opengap
Docs issueLyzrCore/documentation

What to include in a bug report

A good bug report has three things: 1. What you did
The exact command or code you ran. Include the full command with all flags.
2. What you expected
What the correct behavior should be.
3. What happened instead
The full error output. Do not summarize; paste the raw output.
Environment:
  OS: macOS 14.2 / Ubuntu 22.04 / Windows 11
  Python / Node.js version: 3.11 / 20.11.0
  Package version: gitagent 0.8.0

Steps to reproduce:
  1. ...
  2. ...

Expected: ...
Actual: ...

Full error output:
  [paste here]

Security vulnerabilities

Do not file security issues publicly. Email security@lyzr.ai with:
  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact
We will respond within 48 hours and coordinate a fix and disclosure timeline with you.

Feature requests

Use GitHub Discussions for feature requests rather than issues. Describe the problem you’re trying to solve, not just the solution you have in mind; there may be a better approach.