PHP Classes

File: CONTRIBUTING.md

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Laravel Etextmail   CONTRIBUTING.md   Download  
File: CONTRIBUTING.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Laravel Etextmail
Send SMS messages via etextmail.com API
Author: By
Last change:
Date: 6 years ago
Size: 836 bytes
 

Contents

Class file image Download

Contributing

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests. And note that this is strictly based on etextmail.com sms api, so any contributions should be within the scope.

Pull Requests

Ensure that the current tests pass, and if you've added something new, add the tests where relevant.

Send a coherent commit history, making sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

Running Tests

$ vendor/bin/phpunit

If the test suite passes on your local machine, you should be good to go. When you make a pull request, the tests will automatically be run again by Travis CI on multiple php versions and hhvm.