Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.19 KB

File metadata and controls

27 lines (20 loc) · 1.19 KB

Contributing to Multilayer Encryption Framework

First off, thank you for considering contributing to the Multilayer Encryption Framework! It's people like you that make the open-source community such an amazing place to learn, inspire, and create.

How Can I Contribute?

Reporting Bugs

  • Check the Issues to see if the bug has already been reported.
  • If not, open a new issue. Clearly describe the problem and include steps to reproduce the bug.

Suggesting Enhancements

  • Open an issue to discuss your ideas.
  • Explain why the enhancement would be useful to others.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes (npm run test).
  4. Issue that pull request!

Style Guide

  • Use TypeScript for all new logic.
  • Maintain the "Security First" approach—don't trade security for performance.
  • Ensure all new cryptographic functions are properly documented in cipher.ts.

Questions?

Feel free to open an issue or contact the maintainer at itsPremkumar.