Welcome to HelloAGENTS! We appreciate your interest in contributing. This document explains how to participate in the project.
- Bug Reports: Create an issue with reproduction steps
- Feature Requests: Start a discussion first
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Run tests if applicable
- Commit your changes (
git commit -m 'feat: add amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Create a Pull Request
We use Conventional Commits:
feat:New featuresfix:Bug fixesdocs:Documentation onlychore:Maintenancerefactor:Code refactoringperf:Performance improvementstest:Adding or updating tests
- Follow existing code patterns
- Add comments for complex logic
- Update documentation if needed
- Bug Fixes: Help us squash bugs
- Documentation: Improve guides and examples
- Translations: Help translate to other languages
- New Features: Propose and implement new capabilities
- Testing: Add test coverage
- Clone the repository
- Copy
helloagents/to your AI CLI's skill directory - Test with
~helpcommand
Feel free to create an issue or start a discussion.
This repository is licensed under the Apache-2.0 License.