Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.11 KB

File metadata and controls

41 lines (30 loc) · 1.11 KB

Contributing to QMD

Thank you for your interest in contributing to QMD! This document provides guidelines for contributing to the project.

Getting Started

  1. Fork the repository
  2. Clone your fork locally
  3. Create a new branch for your feature or bug fix
  4. Make your changes
  5. Test your changes thoroughly
  6. Submit a pull request

Code Style

  • Follow the existing code style and conventions
  • Use meaningful variable and function names
  • Add comments for complex logic
  • Ensure your code is properly formatted

Pull Request Process

  1. Ensure your code follows the project's style guidelines
  2. Update documentation if necessary
  3. Add tests for new functionality
  4. Ensure all tests pass
  5. Create a clear and descriptive pull request title
  6. Provide a detailed description of your changes

Reporting Issues

When reporting issues, please include:

  • Clear description of the problem
  • Steps to reproduce
  • Expected vs actual behavior
  • Environment details (OS, browser, etc.)
  • Screenshots if applicable

Questions?

If you have questions about contributing, please open an issue or reach out to the maintainers.