Contributing

We love collaborators! To contribute:
Fork the repository.
Create a feature branch:
bashCopy codegit checkout -b feature-name
Commit your changes:
bashCopy codegit commit -m "Add feature-name"
Push and submit a pull request.
Last updated