Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.42 KB

File metadata and controls

36 lines (24 loc) · 1.42 KB

Contributing

Thank you for your interest in contributing to the Deep Agents CLI Skill for LangGraph Deep Agents.

How to Contribute

  1. Fork the repository
  2. Create a branch for your change (git checkout -b my-change)
  3. Make your changes and commit (git commit -m "description of change")
  4. Push to your fork (git push origin my-change)
  5. Open a Pull Request against main

What to Contribute

  • Accuracy fixes — corrections to CLI commands, flags, or behavior documented in the skill
  • Coverage gaps — new reference material for undocumented Deep Agents CLI features
  • Installer improvements — enhancements to the CLI installer or build pipeline

Guidelines

Reporting Issues

Open an issue on GitHub with:

  • A clear description of the problem
  • Steps to reproduce (if applicable)
  • Expected vs actual behavior

License

By contributing, you agree that your contributions will be licensed under the MIT License.