Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.67 KB

File metadata and controls

66 lines (45 loc) · 1.67 KB

Contributing to HelloAGENTS

Welcome to HelloAGENTS! We appreciate your interest in contributing. This document explains how to participate in the project.

Documentation

How to Contribute

Reporting Issues

  • Bug Reports: Create an issue with reproduction steps
  • Feature Requests: Start a discussion first

Submitting Changes

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Run tests if applicable
  5. Commit your changes (git commit -m 'feat: add amazing feature')
  6. Push to your branch (git push origin feature/amazing-feature)
  7. Create a Pull Request

Commit Message Format

We use Conventional Commits:

  • feat: New features
  • fix: Bug fixes
  • docs: Documentation only
  • chore: Maintenance
  • refactor: Code refactoring
  • perf: Performance improvements
  • test: Adding or updating tests

Code Style

  • Follow existing code patterns
  • Add comments for complex logic
  • Update documentation if needed

Areas to Contribute

  • 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

Development Setup

  1. Clone the repository
  2. Copy helloagents/ to your AI CLI's skill directory
  3. Test with ~help command

Questions?

Feel free to create an issue or start a discussion.


This repository is licensed under the Apache-2.0 License.