Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 924 Bytes

File metadata and controls

43 lines (28 loc) · 924 Bytes

Contribution Guide

Thank you for considering contributing to Laravel SQL Dialect! Please review the following guidelines before submitting a pull request.

For significant changes, please open an issue first so we can discuss the approach.

Process

  1. Fork the project
  2. Create a new branch
  3. Code, test, commit, and push
  4. Open a pull request detailing your changes

Guidelines

  • Ensure the coding style passes by running composer lint:check.
  • Send a coherent commit history, making sure each commit in your pull request is meaningful.
  • You may need to rebase to avoid merge conflicts.
  • Please remember that we follow SemVer.

Setup

Clone your fork, then install the dev dependencies:

composer install

Lint

Lint your code:

composer lint

Tests

Run all tests:

composer test