Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 568 Bytes

File metadata and controls

22 lines (15 loc) · 568 Bytes

Contributing

Thank you for considering contributing to this project! Your help is greatly appreciated.

Below are some guidelines to help you get started.

Getting Started

  1. Fork and clone the repo.
  2. Create a new branch (git checkout -b my-feature).
  3. Install dependencies: pip install -r requirements.txt
  4. Make changes and commit: git commit -m "Brief description"
  5. Push and open a pull request.

Guidelines

  • Follow PEP 8.
  • Keep PRs focused and descriptive.
  • Add tests for new features or fixes.