Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.11 KB

File metadata and controls

31 lines (20 loc) · 1.11 KB

Contributing

Thank you for contributing to npm-gui-next.

Before You Start

  • Search existing issues and pull requests before opening a new one.
  • Use the latest code from the repository and verify the problem still reproduces.

Bug Reports

  • Open a GitHub issue with a clear title and concise description.
  • Include reproduction steps, expected behavior, actual behavior, and relevant environment details.
  • Add logs, screenshots, or a minimal test case when they help explain the issue.

Feature Proposals

  • Open an issue before starting substantial feature work.
  • Explain the user problem, the proposed behavior, and any notable tradeoffs.

Pull Requests

  • Keep changes focused and scoped to a clear objective.
  • Update documentation when behavior, naming, or setup changes.
  • Add or update tests when practical.
  • Write a PR description that explains the problem, the solution, and any follow-up work.

Development

  • Use the local development flow documented in dev/running-locally.md.
  • Prefer small, reviewable commits over large mixed changes.