Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 635 Bytes

File metadata and controls

26 lines (17 loc) · 635 Bytes

Contributing to Vayu

Thanks for your interest in contributing!

Setup

git clone https://github.com/CodeWithBehnam/vayu.git
cd vayu
pip install -e ".[dev]"

Making changes

  1. Fork the repo and create a branch from master
  2. Make your changes
  3. Run tests: pytest
  4. Submit a pull request

Reporting bugs

Open an issue using the Bug Report template. Include your macOS version, chip (M1/M2/M3/M4), Python version, and a minimal code example to reproduce the problem.

Feature requests

Open an issue using the Feature Request template. Describe the problem you're solving and your proposed API.