@abdellatif.dev/cryptjs
Version:
a JavaScript/TypeScript library that brings cryptographic functionality from Dart to the web
24 lines (17 loc) • 769 B
Markdown
# Contributing to Project
Thank you for considering contributing to this project! To make the process as
smooth as possible, please follow these guidelines:
## Reporting Issues
If you find a bug or issue, please check the open issues to see if it's already
been reported. If not, open a new issue with the following information:
- Steps to reproduce
- Expected behavior
- Actual behavior
## Pull Requests
1. Fork the repo.
2. Create a new branch (`git checkout -b feature/branch`) or
(`git checkout -b fix/branch`).
3. Make your changes and commit them (`git commit -m 'feat: new feature'`) or
(`git commit -m 'fix: new feature'`).
4. Push to the branch (`git push origin feature/branch`).
5. Submit a pull request with a clear description of your changes.