Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 732 Bytes

File metadata and controls

40 lines (26 loc) · 732 Bytes

Contributing to HedgeBuddy

Thanks for your interest in contributing!

Quick Start

Python Library

cd python-lib
pip install -e .
pytest  # run tests

Desktop App (Fyne)

cd app
go run .  # run the app

How to Contribute

  1. Report bugs - Open an issue
  2. Suggest features - Start a discussion
  3. Submit code - Fork, branch, PR

Pull Request Checklist

  • Tests pass
  • Code follows existing style
  • Tested on Windows/macOS

License

Contributions are licensed under MIT.


See docs/contributing.md for detailed setup instructions.