Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 957 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 957 Bytes

Contributing

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.

Installation

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

Testing

$ php composer.phar run-script test

Code Style

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