Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 689 Bytes

Contributing Guide

Thank you for your interest in contributing to this open-source project! Here are some guidelines to help you collaborate effectively.

1. How to Contribute

  1. Report Issues: If you find a bug or have a suggestion, you can message any of the collaborators.
  2. Propose Changes: If you want to improve or add features:
    • Fork the repository.
    • Create a new branch for your changes.
    • Make your modifications and commit them clearly.
    • Open a Pull Request explaining your changes.

2. Code Standards

  • Follow the existing project structure and coding style.
  • Use comments when necessary.
  • Before committing, ensure your code works correctly.