Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 890 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (28 loc) · 890 Bytes

Contributing

Thank you for your interest in contributing to this project.

How-to

Follow these steps to contribute to this repository:

  1. Fork this repository
  2. Clone your forked repository
    $ git clone [email protected]:<your-github-username>/correios.git correios
  3. Run composer in the repository folder
    $ composer install
  4. Develop your code
  5. Check and correct coding standard
  6. Provide a test for you code
  7. Submit a pull request

Coding Standard

It is important that you follow the PSR-2 Coding Standard.

To check the coding standard, run the following command:

$ composer check

Test

Please try to add a test for your pull request.

$ composer test