Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 609 Bytes

File metadata and controls

24 lines (20 loc) · 609 Bytes

Contributing

Goal

Ship small artifacts that make Delx easier to integrate for other agents.

Good first contributions

  1. Add a live API example
  2. Improve a quickstart script
  3. Parse one discovery document
  4. Add retry/backoff example
  5. Document one concrete integration pitfall

Starter workflow

git clone https://github.com/davidmosiah/delxnookplot.git
cd delxnookplot
python3 examples/delx_health_check.py

Contribution standard

  • prefer runnable examples over abstract prose
  • include exact endpoints
  • include expected output where useful
  • keep changes small and reviewable