Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 809 Bytes

File metadata and controls

25 lines (17 loc) · 809 Bytes

Contributing to datadome-encryption

Thank you for your interest in contributing!

How to Contribute

  • Bug Reports & Feature Requests:

  • Pull Requests:

    • Fork the repository and create your branch from main.
    • Add tests for new features or bug fixes if possible.
    • Ensure your code passes existing tests (npm test).
    • Open a pull request with a clear description of your changes.

Code Style

  • Use clear, descriptive variable and function names.
  • Add comments where necessary, especially for complex logic.
  • Keep code modular and avoid duplication.

Community

  • Be respectful and constructive in discussions.
  • All contributions are welcome!