Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.2 KB

File metadata and controls

51 lines (34 loc) · 1.2 KB

Contributing to HelloAGENTS

Thanks for your interest in contributing! This document explains how to get involved.

Documentation

How to Contribute

Reporting Issues

  • 🐛 Bug reports: Create an issue with reproduction steps
  • 💡 Feature requests: Start a discussion first

Submitting Changes

  1. Fork this 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 the branch (git push origin feature/amazing-feature)
  7. Create a Pull Request

Commit Message Format

We use Conventional Commits:

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation only
  • chore: Maintenance
  • refactor: Code refactoring
  • perf: Performance optimization

Code Style

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

Questions?

Feel free to create an issue or start a discussion.


This repository is licensed under Apache-2.0.