Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 894 Bytes

File metadata and controls

31 lines (20 loc) · 894 Bytes

Contributing to payload-exif

Thank you for your interest in contributing! Your help is appreciated.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Clone your fork and make your changes.
  3. Write clear commit messages and add tests for new features or bug fixes.
  4. Ensure all tests pass before submitting a pull request.
  5. Open a pull request with a clear description of your changes.

Code Style

  • Follow the existing code style and conventions.
  • Use descriptive variable and function names.
  • Document your code where necessary.

Reporting Issues

  • Search for existing issues before opening a new one.
  • Provide detailed steps to reproduce the issue.
  • Include logs or screenshots if helpful.

Code of Conduct

Please be respectful and considerate in all interactions.


Thank you for helping improve payload-exif!