PHP Classes

File: CONTRIBUTING.md

Recommend this page to a friend!
  Classes of Sergii Pryz   Transfer Object   CONTRIBUTING.md   Download  
File: CONTRIBUTING.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Transfer Object
Generate transfer objects using property hooks
Author: By
Last change: Corrected spelling on .md files
Date: 28 days ago
Size: 927 bytes
 

Contents

Class file image Download

Contributing Guide

How to Contribute

  1. Fork the repository.
  2. Create a new branch (e.g., `feature/your-feature`) from `development`.
  3. Prepare Development Environment.
  4. Make your changes.
  5. Ensure that your code follows our coding standards.
  6. Run tests to ensure everything is working.
  7. Submit a pull request to the `development` branch.

Coding Standards

  • Follow the existing code style.
  • Run `PHPStan`, `PHP_CodeSniffer`, and `phpUnit`.
  • Install CaptainHook.
  • Write unit and/or integration tests.
  • Write clear and concise commit messages.

Reporting Issues

Please use the issue tracker to report bugs or request features. Provide as much detail as possible to help us understand and resolve the issue.