Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 537 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 537 Bytes

Contribution Guide

Quick Guide

  • Fork the repo.
  • Checkout.
  • Install the dependencies composer install --dev
  • Generate your snippet using php scripts/generate snippet command.
  • Update your snippet file located at snippets directory. eg. snippet/mySnippet.md
  • Add the function to src/helpers.php
  • Write the test case.
  • Test the code using composer test
  • Make the pull request.

Note: DO NOT TOUCH the README.md file and data directory.

Coding Style

We follow the PSR-2 coding standard.