Contributing to HelloAGENTS
February 8, 2026 · View on GitHub
Thanks for your interest in contributing! This repo is a multi-bundle distribution of HelloAGENTS:
Codex CLI/(for Codex CLI users)Claude Code/(for Claude Code users)Gemini CLI/(for Gemini CLI users)Grok CLI/(for Grok CLI users)Qwen CLI/(for Qwen CLI users)
Please keep changes consistent across all bundles unless there is a CLI-specific reason not to.
Documentation
- Project doc (English):
README.md - 中文文档:
README_CN.md - License:
LICENSE
How to Contribute
Report issues
- 🐛 Bug reports: open an issue with reproduction steps and your environment (OS + CLI)
- 💡 Feature requests: open an issue or discussion describing the problem and the desired behavior
Submit changes
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Verify the basics (see below)
- Commit with a clear message (Conventional Commits)
- Push to your fork and open a Pull Request
What to Verify Before a PR
Docs changes
README.mdandREADME_CN.mdstay in sync (same structure and code blocks)- Links work (especially paths with spaces like
Codex CLI/) readme_images/exists and SVGs are small (aim < 10KB each)
Bundle consistency
If you change any workflow rules:
- Update the entry config files (when applicable):
Codex CLI/AGENTS.mdClaude Code/CLAUDE.mdGemini CLI/GEMINI.mdGrok CLI/GROK.mdQwen CLI/QWEN.md
- Update the skill packages under each bundle:
{BUNDLE_DIR}/skills/helloagents/
Commit Message Format
We use Conventional Commits:
feat:new featuresfix:bug fixesdocs:documentation changesrefactor:refactorstest:testschore:maintenance
License
By contributing, you agree that your contributions will be licensed under the terms described in LICENSE.