Contributing

We love collaborators! To contribute:

  1. Fork the repository.

  2. Create a feature branch:

    bashCopy codegit checkout -b feature-name
  3. Commit your changes:

    bashCopy codegit commit -m "Add feature-name"
  4. Push and submit a pull request.

Last updated