Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.64 KB

File metadata and controls

52 lines (39 loc) · 1.64 KB

Contributors

Thank you to everyone who has contributed to clog!

Core Contributors

  • davedotdev me@dave.dev
    • Original creator and maintainer
    • Initial architecture and implementation
    • Feedback loop enhancements
    • Documentation and developer experience

How to Contribute

We welcome contributions from the community! Here are some ways you can help:

Reporting Issues

  • Report bugs or request features via GitHub Issues
  • Provide clear reproduction steps for bugs
  • Describe your use case for feature requests

Contributing Code

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes following the existing code style
  4. Write or update tests as needed
  5. Update documentation (README.md, CHANGELOG.md, etc.)
  6. Commit your changes with clear, descriptive messages
  7. Push to your fork and submit a pull request

Improving Documentation

  • Fix typos or unclear explanations
  • Add examples or use cases
  • Improve installation instructions
  • Translate documentation

Testing & Feedback

  • Test clog with different coding agents (Aider, Cursor, etc.)
  • Share integration examples
  • Provide feedback on the API and workflow

Code Review Guidelines

  • Be respectful and constructive
  • Focus on the code, not the person
  • Explain the "why" behind suggestions
  • Appreciate the effort that went into the contribution

Recognition

All contributors will be acknowledged in this file and in release notes. Significant contributions may earn you a mention in the README.md as well.

Thank you for helping make clog better for everyone!