Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 567 Bytes

File metadata and controls

30 lines (19 loc) · 567 Bytes

Contributing to PDWN

Thanks for contributing.

Setup

bun install

Local checks

bun run check

Pull requests

  • Keep PRs scoped and explain risk/impact.
  • Add or update tests when behavior changes.
  • Ensure all GitHub checks pass (quality, security, coverage).
  • For UX changes, include screenshots.

Commit style

Use clear messages focused on intent (why).

Security-sensitive changes

If your change touches detection logic, cryptography, file deletion, or data persistence, call it out explicitly in the PR description.