Welcome to symfony-console-gpt
! We're glad you're interested in contributing.
Please follow the guidelines below to ensure your contributions align with our coding standards and practices.
To install the project and run the tests, you need to clone it first:
$ git clone https://github.com/shcherbanich/symfony-console-gpt.git
You will then need to run a Composer installation:
$ cd BetterReflection
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar update
$ php composer.phar run-script test
We follow the PSR-12 coding standard to maintain consistent and readable code across the project. Before submitting any code changes, please make sure your code adheres to this standard.
Run the script before pushing changes:
$ php composer.phar run-script phpcbf