Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 537 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 537 Bytes

🚀 Guidelines for Contributions

Code Style

Use clear and meaningful variable and function names. Add comments where the logic might be complex or non-obvious. Follow Python's PEP 8 guidelines for code style.

Bug Fixes

Ensure the issue is reproducible before working on a fix. Reference the related issue in your commit message and pull request description.

New Features

Discuss your idea by opening an issue before starting. Make sure the feature aligns with the project's scope and goals.