Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 442 Bytes

File metadata and controls

16 lines (11 loc) · 442 Bytes

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Getting Started

  1. Fork the repository
  2. Create a feature branch (git checkout -b feat/my-feature)
  3. Commit your changes using Conventional Commits
  4. Push to your branch and open a pull request

Guidelines

  • Keep PRs focused and small
  • Add tests for new functionality
  • Follow existing code style