Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 506 Bytes

File metadata and controls

18 lines (13 loc) · 506 Bytes

Contributing Guidelines

This document outlines the guidelines for contributing to the project. Following these guidelines helps ensure that your contributions are properly integrated into the codebase.

How to Contribute

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Submit a pull request
  5. Wait for review and approval

Code Standards

  • Follow the existing code style
  • Write clear commit messages
  • Include tests for new features
  • Update documentation for any changes