Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.29 KB

File metadata and controls

45 lines (30 loc) · 1.29 KB

Contributing to This Project

Thank you for your interest in contributing to our project! This document provides guidelines and instructions for contributing.

Code of Conduct

Please read our Code of Conduct before contributing.

How Can I Contribute?

Reporting Bugs

  • Check if the bug has already been reported in the Issues section
  • Use the bug report template when creating a new issue
  • Provide detailed steps to reproduce the bug
  • Include screenshots if applicable

Suggesting Features

  • Check if the feature has already been suggested
  • Use the feature request template
  • Explain why the feature would be useful

Pull Requests

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

Development Process

  • All development should happen in feature branches
  • Pull requests require at least one review before merging
  • All tests must pass before a PR can be merged

Style Guidelines

  • Follow the existing code style
  • Write clear comments and documentation
  • Keep commit messages concise and descriptive

Thank you for contributing!