Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 985 Bytes

File metadata and controls

43 lines (29 loc) · 985 Bytes

Contributing to AFX

Thank you for your interest in contributing to AFX (AgenticFlowX)!

How to Contribute

Reporting Issues

  • Use GitHub Issues to report bugs or suggest features
  • Include clear reproduction steps for bugs
  • For feature requests, explain the use case

Pull Requests

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Make your changes
  4. Test your changes
  5. Commit with clear messages
  6. Push to your fork
  7. Open a Pull Request

Code Style

  • Keep documentation clear and concise
  • Follow existing patterns in command files
  • Test commands in a real project before submitting

Documentation

  • Update relevant docs when changing functionality
  • Add examples for new features
  • Keep the cheatsheet up to date

Development Setup

  1. Clone the repository
  2. Copy skills to a test project's .claude/skills/
  3. Test with Claude Code

Questions?

Open an issue for any questions about contributing.