Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.27 KB

File metadata and controls

68 lines (48 loc) · 2.27 KB

Commit Coach Documentation

Welcome to the Commit Coach documentation! This directory contains comprehensive guides for using and configuring Commit Coach.

📚 Documentation Index

Core Documentation

  • Rules Documentation - Complete guide to creating and configuring rules

    • Available variables and conditions
    • Built-in rules reference
    • Custom rule examples
    • Best practices
  • Examples - Practical configuration examples

    • Project-specific configurations (Node.js, React, Python, Go)
    • Team workflow examples
    • Advanced configurations
    • Troubleshooting guides

Quick Links

🚀 Getting Started

  1. New to Commit Coach? Start with the main README
  2. Want to customize rules? Check out the Rules Documentation
  3. Looking for examples? Browse the Examples for your project type
  4. Need help? Open an issue

📖 Documentation Structure

docs/
├── README.md          # This file - documentation index
├── RULES.md           # Complete rules reference and guide
└── EXAMPLES.md        # Practical configuration examples

🤝 Contributing to Documentation

Found an error or want to improve the documentation? We welcome contributions!

  1. Fork the repository
  2. Make your changes
  3. Submit a pull request

See the Contributing Guide for more details.

📝 Documentation Standards

When contributing to documentation:

  • Use clear, concise language
  • Include practical examples
  • Keep examples up-to-date with the latest features
  • Test all code examples before submitting
  • Follow the existing documentation style

🔗 External Resources