Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 428 Bytes

File metadata and controls

14 lines (11 loc) · 428 Bytes

Contributing to Loop Craft Lab

Thanks for helping! This document covers the basics so you can open useful issues and high-quality PRs.

Ways to contribute

  • Report bugs or request features via the issue templates
  • Improve docs or examples
  • Tackle a good first issue

Development workflow

  1. Fork the repo and clone your fork.
  2. Create a branch from main:
    git checkout -b feat/short-description