PHP Classes

File: docs_site/docs/guide/contributing.md

Recommend this page to a friend!
  Packages of Muhammad Umer Farooq   HyperFlow PHP   docs_site/docs/guide/contributing.md   Download  
File: docs_site/docs/guide/contributing.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: HyperFlow PHP
Framework to develop AI agents
Author: By
Last change:
Date: 6 days ago
Size: 835 bytes
 

Contents

Class file image Download

Contributing

First off, thanks for taking the time to contribute to HyperFlow!

How to Contribute

  1. Reporting Bugs: Use GitHub Issues.
  2. Feature Requests: Check existing issues before opening a new one.
  3. Pull Requests: - Fork the repo. - Create a new branch. - Ensure code passes lints (if applicable). - Submit the PR!

Environment Setup

To begin hacking on the local components (GenerateLoopConfig, the local DOMs and executors):

# Clone the repository
git clone https://github.com/lablnet/hyperflow-php.git
cd hyperflow-php

# Install dependencies
composer install

Linting

We use php-cs-fixer to maintain a very clean code base. Formatting must be identical to the internal styles. Run the linting targets manually before pushing code:

composer run lint