Skip to content

Latest commit

History

History
14 lines (9 loc) 路 498 Bytes

File metadata and controls

14 lines (9 loc) 路 498 Bytes

Contributing Guidelines

Thank you for considering contributing to this repository! 馃殌

How to Contribute

  1. Fork the Repository: Create your own branch from main / master.
  2. Commit Your Changes: Keep commits clear, descriptive, and atomic.
  3. Open a Pull Request: Provide a detailed description of your changes and features.

Coding Standards

  • Follow clean code practices, TypeScript type safety, and linting rules.
  • Ensure all tests pass before submitting your PR.