Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.09 KB

File metadata and controls

46 lines (30 loc) · 1.09 KB

Contributing

Thank you for your interest in contributing.

Before You Start

  • Read the project documentation.
  • Search existing issues and pull requests before opening a new one.
  • Keep changes focused on a single purpose.

Reporting Issues

When reporting a bug, include:

  • A clear description of the problem.
  • Steps to reproduce it.
  • The expected behavior.
  • Relevant environment details, if applicable.

Submitting Changes

  1. Fork the repository.
  2. Create a new branch for your change.
  3. Make your changes.
  4. Test your changes if applicable.
  5. Open a pull request with a clear description of what changed and why.

Code Style

  • Follow the existing style and conventions.
  • Keep code readable and consistent.
  • Avoid unrelated changes in the same pull request.

Commit Messages

Write clear, concise commit messages that describe the change.

Pull Requests

Please ensure that your pull request:

  • Has a clear title and description.
  • References related issues when appropriate.
  • Is ready for review.

Constructive feedback is welcome. Thank you for helping improve the project.