Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 586 Bytes

File metadata and controls

23 lines (16 loc) · 586 Bytes

Contribution Guide

How to Contribute

We welcome contributions! Here's how you can contribute to the project:

  1. Fork the repository.
  2. Clone your fork locally.
  3. Create a new branch.
  4. Make your changes.
  5. Commit your changes.
  6. Push your branch to your fork.
  7. Open a pull request.

Code Style

  • Please follow the existing code style.
  • Use TypeScript for type safety.
  • Ensure that your code is well-tested.

Reporting Issues

If you encounter an issue, please open an issue in the GitHub repository with as much detail as possible, including steps to reproduce.