Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 911 Bytes

File metadata and controls

35 lines (24 loc) · 911 Bytes

Contributing to DeepFrame

Thanks for helping make photo metadata easier to understand.

Before you begin

  • Search existing issues before opening a new one.
  • Never attach a private or sensitive original photo to a public issue.
  • Remove GPS, names, device identifiers, and other personal metadata from test files.
  • Keep changes focused and explain the user-facing reason behind them.

Development

npm install
npm run dev

Before submitting a pull request:

npm run lint
npm run build

Pull requests

A strong pull request includes:

  • A concise explanation of the problem and solution
  • Screenshots or a short recording for visual changes
  • Testing notes and relevant browser information
  • No credentials, .env files, uploaded photos, or generated build output

By contributing, you confirm that you have the right to submit the code and assets included in your change.