Thank you for your interest in contributing! Please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bugfix: ```bash git checkout -b feature/my-feature ```
- Make your changes and commit: ```bash git commit -m "feat: add awesome feature" ```
- Push your branch: ```bash git push origin feature/my-feature ```
- Open a Pull Request.
- TypeScript
- ESLint & Prettier
- Follow existing folder structure
Use GitHub Issues for bugs or feature requests. Include as much detail as possible.