DEF STUDIO srl

Contribute

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.

Process

  1. Fork the project
  2. Setup your development environment
  3. Create a new branch
  4. Code, test, commit and push
  5. Open a pull request in the main repository detailing your changes.
  6. Update the documentation in the /docs/content/en directory according to the PR changes

Guidelines

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

Setup

  1. Fork the main repository by clicking the Fork button

  2. Clone your forked project to your development machine

git clone https://github.com/{your-github-name}/pest-plugin-laravel-11.expectations
  1. Create a new branch
git checkout -b my-awesome-feature
  1. Install the dev dependencies:
composer install

Test your code

Lint

Lint your code to ensure it fulfills our package styling standards:

composer lint

Tests

Run all tests:

composer test

Check types:

composer test:types

Unit tests:

composer test:unit
Edit this page
Last updated 10 September 2024