Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 730 Bytes

File metadata and controls

38 lines (32 loc) · 730 Bytes

Contributing to Chess-Raylib

Code Style Guidelines

  • Use consistent indentation (4 spaces)
  • Follow C99 standard
  • Keep functions small and focused
  • Comment complex logic
  • Use meaningful variable names

Pull Request Process

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests
  5. Submit PR with clear description

Commit Message Format

type: Brief description

Detailed description of changes and reasoning

Types:

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation
  • style: Formatting
  • refactor: Code restructuring
  • test: Adding tests
  • chore: Maintenance

Bug Reports

Please include:

  • Expected behavior
  • Actual behavior
  • Steps to reproduce
  • System information