Skip to content

Epic: Enable secure, friction-less & reproducible bug reports #444

@lukekarrys

Description

@lukekarrys

We want to accomplish two things:

  1. Not make it necessary to run code on local machines to triage bug reports
  2. Lower the friction for reporters (and maintainers) to create fully encapsulated and reproducible bug reports

Ideas

  • A workspace or separate repo that has the following:
    • Template repository (or just forkable)
    • Minimal tools and templated files for common tasks (managing node versions, npm versions, asserting behavior)
      • package.json
      • nvm
      • tap
      • run npm from source via a registry tarball
    • devcontainer.json for codespace settings
    • Github action workflows that run CI for requested os/version matrix
  • Update bug report with instructions for creating VM/codespace
  • Encapsulate all this in an npx-able bin (npx @npmcli/bug-report --npm 8.5.3 --node 16 ?)

Caveats

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions