Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 941 Bytes

File metadata and controls

46 lines (31 loc) · 941 Bytes

Contributing Guidelines

Code of Conduct

This project is committed to providing a welcoming and inclusive environment for all contributors.

How to Contribute

Getting Started

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

Development Setup

See docs/SETUP.md for detailed setup instructions.

Commit Message Format

<type>(<scope>): <subject>

<body>
<footer>

Types: feat, fix, docs, style, refactor, test, chore

Pull Request Process

  1. Link related issues
  2. Provide clear description of changes
  3. Ensure all tests pass
  4. Request review from maintainers

Reporting Issues

Use GitHub issues with clear title and description. Include:

  • Environment details
  • Steps to reproduce
  • Expected vs. actual behavior
  • Screenshots if applicable