Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1000 Bytes

File metadata and controls

35 lines (22 loc) · 1000 Bytes

How to file a bug report that gets resolved

Before filing, make sure you are testing against the latest relevant Treegress package version and check for duplicate issues.

Use the issue template

When opening a bug:

  • fill all required fields
  • provide exact reproduction steps
  • include expected vs actual behavior
  • include environment details (OS, Node version, package versions)

Keep repro minimal

Reduce the problem to the smallest reproducible case:

  • start from a clean project
  • include only code and data needed to reproduce
  • avoid unrelated dependencies

Why this matters

  • most unresolved reports are not reproducible
  • maintainers cannot debug private full-scale projects
  • reproducible bugs are fixed much faster

Useful references

Bottom line

Minimal public repro + clear steps = fastest path to a fix.