Overview
Establish the foundational structure of this repository so contributors can add animation examples and run tests against the latest FastLED master.
Tasks
- Define a folder structure (e.g.
examples/, tests/, docs/)
- Add a basic
example template that contributors can copy as a starting point
- Set up a CI pipeline to build and test examples against FastLED master
- Document the contribution workflow in
CONTRIBUTING.md
- Add a
README to each top-level folder explaining its purpose
Open Questions
- Should examples be organized by feature area (audio, GFX, channels, etc.) or kept flat?
- What hardware targets should CI cover?
- Should wasm builds be part of the default CI run?
- Use wokwi ?
Definition of Done
The repo is structured so that a new contributor can clone it, find an example, modify it, and submit a pull request — with CI validating their changes automatically.
Overview
Establish the foundational structure of this repository so contributors can add animation examples and run tests against the latest FastLED master.
Tasks
examples/,tests/,docs/)exampletemplate that contributors can copy as a starting pointCONTRIBUTING.mdREADMEto each top-level folder explaining its purposeOpen Questions
Definition of Done
The repo is structured so that a new contributor can clone it, find an example, modify it, and submit a pull request — with CI validating their changes automatically.