Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 858 Bytes

File metadata and controls

40 lines (28 loc) · 858 Bytes

Contributing Guidelines

Pull Request Process

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Pull Request Requirements

  • Keep changes focused and atomic
  • Update documentation as needed
  • Include tests for new features
  • Ensure all checks pass
  • Get approval from code owners

Branch Naming

  • Features: feature/description
  • Bug fixes: fix/description
  • Documentation: docs/description

Commit Messages

Format:

type: description

[optional body]

Types: feat, fix, docs, test, refactor

Getting Help

  • Open an issue with a clear description
  • Check existing documentation
  • Contact maintainers if needed