πŸ‘₯ Contributing

  1. Fork the repository.

  2. Create a feature branch:

    git checkout -b feature/your-feature
  3. Commit changes:

    git commit -m "Add feature"
  4. Push to the branch:

    git push origin feature/your-feature
  5. Create a pull request

Last updated