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: Added Security terms, fixed typos on readme and contributing
Extracted code of conduct to separate file
Date: 11 days ago
Size: 949 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. 7Submit a pull request to the `development` branch.

Coding Standards

  • Follow the existing code style.
  • Run `PHPStan`, `PHP_CodeSniffer`, and `phpUnit`. Install CaptainHook to run them automatically.
  • Write unit or/and 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.