Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 982 Bytes

File metadata and controls

44 lines (31 loc) · 982 Bytes

Contributing to LangGraph Workflow Orchestration Agent

Thank you for your interest in contributing! This document provides guidelines for contributing to this project.

Code of Conduct

  • Be respectful and inclusive
  • Welcome newcomers and help them learn
  • Focus on constructive feedback

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Create a branch: git checkout -b feature/your-feature-name
  4. Make your changes
  5. Commit: git commit -m 'Add feature'
  6. Push: git push origin feature/your-feature-name
  7. Open a Pull Request

Development Guidelines

  • Follow PEP 8 Python style guide
  • Write tests for new features
  • Update documentation as needed
  • Use clear commit messages

Reporting Bugs

Include:

  • Description of the bug
  • Steps to reproduce
  • Expected vs actual behavior
  • Environment details

Suggesting Features

Open an issue with:

  • Use case description
  • Benefits
  • Examples if possible

Thank you for contributing!