Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.45 KB

File metadata and controls

27 lines (22 loc) · 1.45 KB

Contributing

Thank you for helping improve this project. This document describes the preferred workflows, development setup, and security practices for contributing.

Quick links

Code of conduct

Be respectful and constructive. Filing issues and proposing changes should focus on measurable improvements.

Reporting issues

  • Prefer GitHub issues for bugs and feature requests.
  • Provide: steps to reproduce, expected vs actual behavior, logs/screenshots, and platform details.
  • If the issue involves the notebook API, reference the notebook cell or function (e.g., BulawaAgaya in [google_notebook_capstone.ipynb](Python API Script/google_notebook_capstone.ipynb)).

Local development setup

  1. Create a virtual environment and install deps:
    python -m venv .venv
    source .venv/bin/activate  # or .venv\Scripts\activate on Windows
    pip install -r requirements.txt