Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 724 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 724 Bytes

Contributing to Blade UI Kit

All contributions are welcome. If you want to ask or propose something please create an issue first. If you want to contribute please send in a pull request.

Pull Requests

  • Follow the PSR-2 coding standards
  • Write tests for new functionality or bug fixes
  • Keep the README.md file and documentation up-to-date with changes
  • We follow Semantic Versioning so please send pull requests to the correct branch
  • Update the CHANGELOG.md file with any updates and follow the changelog standards

Running Tests

You can run the tests with the following command:

$ vendor/bin/phpunit